forked from MagicBane/Server
class and table schema now conform to JSON
This commit is contained in:
@@ -74,7 +74,7 @@ public class Zone extends AbstractGameObject {
|
|||||||
this.xOffset = rs.getFloat("xOffset");
|
this.xOffset = rs.getFloat("xOffset");
|
||||||
this.zOffset = rs.getFloat("zOffset");
|
this.zOffset = rs.getFloat("zOffset");
|
||||||
this.yOffset = rs.getFloat("yOffset");
|
this.yOffset = rs.getFloat("yOffset");
|
||||||
this.zoneTemplate = rs.getInt("zoneTemplate");
|
this.zoneTemplate = rs.getInt("template");
|
||||||
this.peaceZone = rs.getByte("paceZone");
|
this.peaceZone = rs.getByte("paceZone");
|
||||||
this.Icon1 = rs.getString("icon1");
|
this.Icon1 = rs.getString("icon1");
|
||||||
this.Icon2 = rs.getString("icon2");
|
this.Icon2 = rs.getString("icon2");
|
||||||
|
|||||||
Reference in New Issue
Block a user