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