Player zone radius now reflects 24.3 at 875.

This commit is contained in:
2023-05-05 08:51:49 -04:00
parent 3191c20a8c
commit a113295058
6 changed files with 14 additions and 16 deletions
@@ -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)