diff options
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h index d76b7fabe..f5da4a437 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -44,6 +44,7 @@ struct item_data; #define MAX_DROP_PER_MAP 48 #define MAX_IGNORE_LIST 20 // official is 14 #define MAX_VENDING 12 +#define MAX_MAP_SIZE 512*512 // Wasn't there something like this already? Can't find it.. [Shinryo] #define MOBID_EMPERIUM 1288 // Added definitions for WoESE objects. [L0ne_W0lf] #define MOBID_BARRICADE1 1905 |