Skip to content

Commit

Permalink
fix broken address, fix #2
Browse files Browse the repository at this point in the history
  • Loading branch information
GEEKiDoS committed Aug 15, 2024
1 parent a73c3ca commit d19f8dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/game/iidx/symbols.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ namespace iidx
WEAK symbol<bool> show_consume_window{ 0x1405EFAA0 };
WEAK symbol<int> selected_gauge_type{ 0x141ACE128 };

WEAK symbol<state_t> state{ 0x1426A15D4 };
WEAK symbol<state_t> state{ 0x1426A15C4 };
}

0 comments on commit d19f8dd

Please sign in to comment.