From 6fbe77346c5aa7d1ee8b82bfb8927bc1338d1037 Mon Sep 17 00:00:00 2001 From: Eric Hoey <121978037+A-Green-Spoon@users.noreply.github.com> Date: Tue, 8 Apr 2025 10:38:57 -0400 Subject: [PATCH] Update soh/soh/Enhancements/randomizer/hook_handlers.cpp Co-authored-by: Archez --- soh/soh/Enhancements/randomizer/hook_handlers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soh/soh/Enhancements/randomizer/hook_handlers.cpp b/soh/soh/Enhancements/randomizer/hook_handlers.cpp index a62d61503..8ffcf6d27 100644 --- a/soh/soh/Enhancements/randomizer/hook_handlers.cpp +++ b/soh/soh/Enhancements/randomizer/hook_handlers.cpp @@ -1598,7 +1598,7 @@ void RandomizerOnVanillaBehaviorHandler(GIVanillaBehavior id, bool* should, va_l Flags_SetRandomizerInf(RAND_INF_ADULT_FISHING); } *should = true; - fishData->actor->stateAndTimer = 0; + fishing->actor->stateAndTimer = 0; } break; }