mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-26 03:07:33 +00:00
Fix for corpses not serializing correctly (hopefully).
This commit is contained in:
@@ -1860,7 +1860,7 @@ namespace Laurion
|
|||||||
buffer.WriteUInt64(0);
|
buffer.WriteUInt64(0);
|
||||||
|
|
||||||
//u32 SeeInvis[3];
|
//u32 SeeInvis[3];
|
||||||
if (emu->NPC) {
|
if (emu->NPC == 1) {
|
||||||
buffer.WriteUInt32(0);
|
buffer.WriteUInt32(0);
|
||||||
buffer.WriteUInt32(0);
|
buffer.WriteUInt32(0);
|
||||||
buffer.WriteUInt32(0);
|
buffer.WriteUInt32(0);
|
||||||
|
|||||||
Reference in New Issue
Block a user