Skip to content

Commit

Permalink
1.1.76 Hotfix
Browse files Browse the repository at this point in the history
Didn't move the length when I changed the sig
  • Loading branch information
oorzkws committed Jan 29, 2023
1 parent c0f0271 commit 9c306b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main_dll/src/DoPatch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ void do_patch(HMODULE base) {
//3: AchievementGUI::AchievementGUI, 48 3B C2 0F 84 DF 01 00 00 48 8B
//If this matches more than once I need a better sig :^)
{
SnR_Engine::SearchMode_Search, 9,
SnR_Engine::SearchMode_Search, 11,
0x48, 0x3b, 0xc2, 0x0f, 0x84, 0xdf, 0x01, 0x00, 0x00, 0x48, 0x8b,
SnR_Engine::SearchMode_EOF
},
Expand Down

0 comments on commit 9c306b3

Please sign in to comment.