Conform to database

This commit is contained in:
2023-09-20 16:28:26 -04:00
parent 1e9eec2c48
commit 85983954de
+1 -1
View File
@@ -79,7 +79,7 @@ public class Zone extends AbstractGameObject {
this.parentZoneID = rs.getInt("parent"); this.parentZoneID = rs.getInt("parent");
this.playerCityUUID = rs.getInt("playerCityUUID"); this.playerCityUUID = rs.getInt("playerCityUUID");
this.guild_zone = this.playerCityUUID != 0; this.guild_zone = this.playerCityUUID != 0;
this.zoneName = rs.getString("zoneName"); this.zoneName = rs.getString("zone_name");
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");