forked from MagicBane/Server
spire effects extend to siege bounds
This commit is contained in:
@@ -872,7 +872,7 @@ public class City extends AbstractWorldObject {
|
|||||||
|
|
||||||
if (playerObject == null)
|
if (playerObject == null)
|
||||||
continue;
|
continue;
|
||||||
if (!this.isLocationOnCityZone(playerObject.getLoc()))
|
if (!this.isLocationWithinSiegeBounds(playerObject.getLoc()))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
player = (PlayerCharacter) playerObject;
|
player = (PlayerCharacter) playerObject;
|
||||||
|
|||||||
Reference in New Issue
Block a user