forked from MagicBane/Server
Refactored Zone to new system
This commit is contained in:
@@ -83,7 +83,7 @@ public class WorldDataMsg extends ClientNetMsg {
|
|||||||
writer.putInt(WorldServer.worldMapID);
|
writer.putInt(WorldServer.worldMapID);
|
||||||
writer.putInt(0x00000000);
|
writer.putInt(0x00000000);
|
||||||
|
|
||||||
writer.putInt(getTotalMapSize() + 1);
|
writer.putInt(getTotalMapSize());
|
||||||
Zone.serializeForClientMsg(root, writer);
|
Zone.serializeForClientMsg(root, writer);
|
||||||
|
|
||||||
Zone hotzone = ZoneManager.hotZone;
|
Zone hotzone = ZoneManager.hotZone;
|
||||||
|
|||||||
Reference in New Issue
Block a user