forked from MagicBane/Server
Revert grid sizing to 576/640 per 2018 commit.
This commit is contained in:
@@ -2416,8 +2416,8 @@ public class Enum {
|
||||
|
||||
public enum CityBoundsType {
|
||||
|
||||
GRID(640),
|
||||
ZONE(672),
|
||||
GRID(576),
|
||||
ZONE(640),
|
||||
SIEGE(814);
|
||||
|
||||
public final float extents;
|
||||
|
||||
Reference in New Issue
Block a user