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