mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-24 07:32:40 +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);
|
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) ||
|
if ((emu->NPC == 0) || (emu->race <= Race::Gnome) || (emu->race == Race::Iksar) ||
|
||||||
(emu->race == Race::VahShir) || (emu->race == Race::Froglok2) || (emu->race == Race::Drakkin)
|
(emu->race == Race::VahShir) || (emu->race == Race::Froglok2) || (emu->race == Race::Drakkin)
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user