zone override

This commit is contained in:
2024-02-24 21:42:35 -06:00
parent 44692031d9
commit c3c897b035
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -356,7 +356,7 @@ public class City extends AbstractWorldObject {
if (ago.getObjectType().equals(GameObjectType.City)) {
City city = (City) ago;
if (city.noTeleport)
if (city.noTeleport && city.getObjectUUID() != 34275 && city.getObjectUUID() != 34081)
continue;
if (city.parentZone != null && city.parentZone.isPlayerCity()) {