class and table schema now conform to JSON

This commit is contained in:
2023-09-20 16:00:16 -04:00
parent e0387dce00
commit 61961bab05
+1 -1
View File
@@ -70,7 +70,7 @@ public class Zone extends AbstractGameObject {
this.parentZoneID = rs.getInt("parent");
this.playerCityUUID = rs.getInt("playerCityUUID");
this.isGuildZone = this.playerCityUUID != 0;
this.zoneName = rs.getString("Name");
this.zoneName = rs.getString("zoneName");
this.xOffset = rs.getFloat("xOffset");
this.zOffset = rs.getFloat("zOffset");
this.yOffset = rs.getFloat("yOffset");