diff --git a/Types/Bethesda/PlayerCharacter.h b/Types/Bethesda/PlayerCharacter.h index f819e09..4d797aa 100644 --- a/Types/Bethesda/PlayerCharacter.h +++ b/Types/Bethesda/PlayerCharacter.h @@ -191,7 +191,7 @@ class PlayerCharacter : public Character { } static void InitSignatures() { - const Pattern gPlayerCharacterSig = {"48 8B 0D ? ? ? ? F3 0F 10 89", 3, 4}; + const Pattern gPlayerCharacterSig = {"48 8B 0D ? ? ? ? 48 3B D9 75 ? F3 0F 2C 81 58 0A 00 00", 3, 4}; Scanner::Add(gPlayerCharacterSig, &singleton); }