Skip to content

Commit

Permalink
14.21 version update
Browse files Browse the repository at this point in the history
  • Loading branch information
hydy100 authored Oct 23, 2024
2 parents 1114f18 + 01ff483 commit 3244b52
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 @@ -115,7 +115,7 @@ class Memory {
},
{
{
"E8 ? ? ? ? 8B 57 34"
"E8 ? ? ? ? 8B 57 34 45 33 C9"
}, true, false, false, 0, &offsets::functions::Riot__Renderer__MaterialRegistry__GetSingletonPtr
},
{
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 = 0xEB, // E8 ? ? ? ? 84 C0 0F 84 ? ? ? ? 39 1F
IsLaneMinion = 0xED, // E8 ? ? ? ? 84 C0 0F 84 ? ? ? ? 39 1F
IsEliteMinion = IsLaneMinion + 0x1,
IsEpicMinion = IsEliteMinion + 0x1,
IsMinion = IsEpicMinion + 0x4,
Expand Down

0 comments on commit 3244b52

Please sign in to comment.