mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 12:18:27 +00:00
Missing fields from spawn struct
This commit is contained in:
@@ -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)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user