Changed save items back to true to be like old encode, no point tempting fate on that not breaking anything

This commit is contained in:
KimLS
2015-02-14 18:46:03 -08:00
parent f95e211d9b
commit 9a78bac0d0
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1962,7 +1962,7 @@ namespace SoF
__packet->WriteFloat(emu->z);
__packet->WriteFloat(emu->heading);
__packet->WriteString(emu->zone_name);
__packet->WriteUInt8(0); // save items
__packet->WriteUInt8(1); // save items
__packet->WriteUInt32(0); // hp
__packet->WriteUInt32(0); // mana
__packet->WriteUInt32(0); // endurance