Core/Corpse: Fixed crash when loading corpse ingame.

This commit is contained in:
hondacrx
2021-01-02 12:49:19 -05:00
parent 6608cbcb83
commit e84f15e407
+1 -1
View File
@@ -230,7 +230,7 @@ namespace Game.Entities
m_objectData.WriteCreate(buffer, flags, this, target);
m_corpseData.WriteCreate(buffer, flags, this, target);
data.WriteUInt32(buffer.GetSize());
data.WriteUInt32(buffer.GetSize() + 1);
data.WriteUInt8((byte)flags);
data.WriteBytes(buffer);
}