Refactored Zone to new system

This commit is contained in:
2023-10-18 09:22:54 -04:00
parent ee4009bf8d
commit 77cc91319a
+1 -1
View File
@@ -83,7 +83,7 @@ public class WorldDataMsg extends ClientNetMsg {
writer.putInt(WorldServer.worldMapID);
writer.putInt(0x00000000);
writer.putInt(getTotalMapSize() + 1);
writer.putInt(getTotalMapSize());
Zone.serializeForClientMsg(root, writer);
Zone hotzone = ZoneManager.hotZone;