update offset
This commit is contained in:
@@ -7,14 +7,18 @@ static constexpr auto g_CCollisionProperty_UnknownMask = 0x38;
|
||||
static constexpr auto g_ProtobufMsgOffset = 0x30;
|
||||
|
||||
// Client.dll -> UpdateCompositeMaterial + offset == 48 81 C1 ? ? ? ? B2 ? E8 ? ? ? ? 48 8D 8B
|
||||
static constexpr auto g_CompositeMaterialOffset = 0x5F8;
|
||||
static constexpr auto g_CompositeMaterialOffset = 0x608;
|
||||
|
||||
// 48 8D 58 ? 49 89 4B
|
||||
static constexpr auto g_CEconItemSchema_GetSortedItemDefinitionMap = 0x128;
|
||||
static constexpr auto g_CEconItemSchema_GetPaintKits = 0x2F0;
|
||||
|
||||
// E8 ? ? ? ? 48 85 C0 74 ? 48 8B 40 ? 4C 8B C7
|
||||
static constexpr auto g_CEconItemSchema_GetMusicKitDefinitions = 0x4D0;
|
||||
/*
|
||||
00007FFB3AF2FE2B | movsxd r8,dword ptr ds:[rax+0x4] |
|
||||
00007FFB3AF2FE2F | cmp r8d,dword ptr ds:[rbx+0x4D8] | offset in function call
|
||||
*/
|
||||
static constexpr auto g_CEconItemSchema_GetMusicKitDefinitions = 0x4D8;
|
||||
|
||||
// Client.dll
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user