forked from MagicBane/Server
Player zone radius now reflects 24.3 at 875.
This commit is contained in:
@@ -2269,14 +2269,13 @@ public class Enum {
|
||||
|
||||
public enum CityBoundsType {
|
||||
|
||||
GRID(512),
|
||||
ZONE(576),
|
||||
SIEGE(1040);
|
||||
GRID(640),
|
||||
ZONE(875);
|
||||
|
||||
public final float extents;
|
||||
|
||||
CityBoundsType(float extents) {
|
||||
this.extents = extents;
|
||||
this.extents = extents;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user