diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/map/map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h index a7aeb247c..a8867b934 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -43,7 +43,7 @@ #define MAX_EVENTTIMER 32
#define NATURAL_HEAL_INTERVAL 500
#define MAX_FLOORITEM 500000
-#define MAX_LEVEL 255
+#define MAX_LEVEL 1000
#define MAX_WALKPATH 32
#define MAX_DROP_PER_MAP 48
#define MAX_IGNORE_LIST 80
|