|
|
|
@ -9,6 +9,7 @@
@@ -9,6 +9,7 @@
|
|
|
|
|
|
|
|
|
|
package engine.net.client.msg; |
|
|
|
|
|
|
|
|
|
import engine.Enum; |
|
|
|
|
import engine.Enum.GameObjectType; |
|
|
|
|
import engine.net.AbstractConnection; |
|
|
|
|
import engine.net.ByteBufferReader; |
|
|
|
@ -42,8 +43,8 @@ public class CityZoneMsg extends ClientNetMsg {
@@ -42,8 +43,8 @@ public class CityZoneMsg extends ClientNetMsg {
|
|
|
|
|
this.locY = locY; |
|
|
|
|
this.locZ = locZ; |
|
|
|
|
this.name = name; |
|
|
|
|
this.radiusX = radiusX; |
|
|
|
|
this.radiusZ = radiusZ; |
|
|
|
|
this.radiusX = Enum.CityBoundsType.GRID.extents; |
|
|
|
|
this.radiusZ = Enum.CityBoundsType.GRID.extents; |
|
|
|
|
this.unknown01 = 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|