Skip to content

Commit

Permalink
Fix Windows cooldown patch
Browse files Browse the repository at this point in the history
Looks like I forgot to update the patch itself, only updated the offset
Closes #15
  • Loading branch information
geniiii committed Jun 11, 2021
1 parent 18c89f9 commit c3f9719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/win32/patches.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ PATCH(deleted_message_space, 0x3E15F1, {0x20})
PATCH(deleted_message_space_length, 0x179B4B, {0x08})
PATCH(deleted_message_append, 0x179B79, {0xEB, 0x4C})
PATCH(deleted_message_details, 0xEA8AC, {0xEB})
PATCH(cooldown, 0x1532BB, {0xEB, 0x46})
PATCH(cooldown, 0x1532BB, {0xEB})

0 comments on commit c3f9719

Please sign in to comment.