mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-25 10:01:30 +00:00
Fix for corpses not serializing correctly (hopefully).
This commit is contained in:
parent
be0c6b5e05
commit
33ab28c1e0
@ -1860,7 +1860,7 @@ namespace Laurion
|
||||
buffer.WriteUInt64(0);
|
||||
|
||||
//u32 SeeInvis[3];
|
||||
if (emu->NPC) {
|
||||
if (emu->NPC == 1) {
|
||||
buffer.WriteUInt32(0);
|
||||
buffer.WriteUInt32(0);
|
||||
buffer.WriteUInt32(0);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user