Skip to content

Commit

Permalink
Merge branch 'R3nzTheCodeGOD:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
good-ideal authored May 4, 2023
2 parents e93420c + 1b75758 commit c765afd
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 @@ -102,7 +102,7 @@ class Memory {
},
{
{
"48 8D 8D ? ? ? ? 48 03 CB E8"
"48 8B 8F ? ? 00 00 45 33 C0 8B D3 48 8B 01 FF 90 ? ? 00 00"
}, false, true, false, 0, &offsets::MaterialRegistry::D3DDevice
},
{
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 = 0xE0,
IsLaneMinion = 0xE2, // 48 8B 06 48 8B CE FF 90 ? ? 00 00 48 8B 7C 24
IsEliteMinion = IsLaneMinion + 0x1,
IsEpicMinion = IsEliteMinion + 0x1,
IsMinion = IsEpicMinion + 0x4,
Expand Down

0 comments on commit c765afd

Please sign in to comment.