diff --git a/common/patches/larion.cpp b/common/patches/larion.cpp index a60a0a82a..d9af91f34 100644 --- a/common/patches/larion.cpp +++ b/common/patches/larion.cpp @@ -1826,6 +1826,13 @@ namespace Larion buffer.WriteUInt32(0); } + /* + s32 Primary; + s32 Secondary; + */ + buffer.WriteUInt32(0xffffffff); + buffer.WriteUInt32(0xffffffff); + if ((emu->NPC == 0) || (emu->race <= Race::Gnome) || (emu->race == Race::Iksar) || (emu->race == Race::VahShir) || (emu->race == Race::Froglok2) || (emu->race == Race::Drakkin) )