forked from MagicBane/Server
More logic work
This commit is contained in:
@@ -306,7 +306,7 @@ public class City extends AbstractWorldObject {
|
||||
if (city.parentZone == null)
|
||||
continue;
|
||||
|
||||
if (city.parentZone.guild_zone && city.isOpen() && city.getTOL().rank > 4 && city.getGuild().charter.equals(playerCharacter.guild.charter)) {
|
||||
if (city.parentZone.guild_zone && city.isOpen() && city.getTOL().rank > 4) {
|
||||
|
||||
// Filter Lore cities
|
||||
|
||||
|
||||
Reference in New Issue
Block a user