diff --git a/common/patches/rof.cpp b/common/patches/rof.cpp index dba4eecfa..cb95bfdb1 100644 --- a/common/patches/rof.cpp +++ b/common/patches/rof.cpp @@ -3750,7 +3750,7 @@ namespace RoF __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 diff --git a/common/patches/rof2.cpp b/common/patches/rof2.cpp index cd9f99a14..6ba1adbc7 100644 --- a/common/patches/rof2.cpp +++ b/common/patches/rof2.cpp @@ -3832,7 +3832,7 @@ namespace RoF2 __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 diff --git a/common/patches/sod.cpp b/common/patches/sod.cpp index 69a01cbfb..488f51e87 100644 --- a/common/patches/sod.cpp +++ b/common/patches/sod.cpp @@ -2438,7 +2438,7 @@ namespace SoD __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 diff --git a/common/patches/sof.cpp b/common/patches/sof.cpp index b951bf401..ab956a28d 100644 --- a/common/patches/sof.cpp +++ b/common/patches/sof.cpp @@ -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 diff --git a/common/patches/uf.cpp b/common/patches/uf.cpp index 3bf249246..11fdb3c7b 100644 --- a/common/patches/uf.cpp +++ b/common/patches/uf.cpp @@ -2704,7 +2704,7 @@ namespace UF __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