Browse Source

class and table schema now conform to JSON

magicbox-1.5.2
MagicBot 1 year ago
parent
commit
56f159d50a
  1. 2
      src/engine/objects/Zone.java

2
src/engine/objects/Zone.java

@ -74,7 +74,7 @@ public class Zone extends AbstractGameObject { @@ -74,7 +74,7 @@ public class Zone extends AbstractGameObject {
this.xOffset = rs.getFloat("xOffset");
this.zOffset = rs.getFloat("zOffset");
this.yOffset = rs.getFloat("yOffset");
this.zoneTemplate = rs.getInt("zoneTemplate");
this.zoneTemplate = rs.getInt("template");
this.peaceZone = rs.getByte("paceZone");
this.Icon1 = rs.getString("icon1");
this.Icon2 = rs.getString("icon2");

Loading…
Cancel
Save