Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hotline1337 committed May 9, 2023
1 parent 997c8a1 commit 89a7bab
Showing 1 changed file with 1 addition and 1 deletion.
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 = 0xDA,
IsLaneMinion = 0xEA,
IsEliteMinion = IsLaneMinion + 0x1,
IsEpicMinion = IsEliteMinion + 0x1,
IsMinion = IsEpicMinion + 0x4,
Expand Down

0 comments on commit 89a7bab

Please sign in to comment.