class and table schema now conform to JSON
This commit is contained in:
@@ -460,7 +460,7 @@ public class Building extends AbstractWorldObject {
|
||||
}
|
||||
}
|
||||
}
|
||||
if (this.parentZone.isGuildZone == false)
|
||||
if (this.parentZone.guild_zone == false)
|
||||
return null;
|
||||
|
||||
return City.getCity(this.parentZone.playerCityUUID);
|
||||
|
||||
Reference in New Issue
Block a user