|
|
@ -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; |
|
|
|