Player zone radius now reflects 24.3 at 875.
This commit is contained in:
@@ -427,7 +427,7 @@ public class PlaceAssetMsgHandler extends AbstractClientMsgHandler {
|
||||
if (!building.getBlueprint().isSiegeEquip())
|
||||
continue;
|
||||
|
||||
if (!building.getLoc().isInsideCircle(serverCity.getLoc(), Enum.CityBoundsType.SIEGE.extents))
|
||||
if (!building.getLoc().isInsideCircle(serverCity.getLoc(), CityBoundsType.ZONE.extents))
|
||||
continue;
|
||||
|
||||
if (building.getGuild() == null)
|
||||
|
||||
Reference in New Issue
Block a user