mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-16 04:32:25 +00:00
Missing fields from spawn struct
This commit is contained in:
parent
f6f9d275e8
commit
b167f05006
@ -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)
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user