Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
13.10 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
R3nzTheCodeGOD committed May 21, 2023
1 parent e7920d6 commit ca3f3e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R3nzSkin/memory.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class Memory {
},
{
{
"E8 ? ? ? ? 48 8D 8D ? ? ? ? E8 ? ? ? ? 48 85 C0"
"E8 ? ? ? ? 48 8D 8D ? ? 00 00 E8 ? ? ? ? 48 85 C0"
}, true, false, false, 0, &offsets::functions::CharacterDataStack__Push
},
{
Expand Down
2 changes: 1 addition & 1 deletion R3nzSkin/offsets.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace offsets {
namespace GameObject {
namespace VTable {
enum {
IsLaneMinion = 0xE2, // 48 8B 06 48 8B CE FF 90 ? ? 00 00 48 8B 7C 24
IsLaneMinion = 0xE3, // 48 8B 06 48 8B CE FF 90 ? ? 00 00 48 8B ? 24 ? ? 00 00
IsEliteMinion = IsLaneMinion + 0x1,
IsEpicMinion = IsEliteMinion + 0x1,
IsMinion = IsEpicMinion + 0x4,
Expand Down

0 comments on commit ca3f3e3

Please sign in to comment.