From b1305dc1d585c18c2755ab65bc968649d6eb3ec2 Mon Sep 17 00:00:00 2001 From: ultramage Date: Mon, 26 Mar 2007 10:15:04 +0000 Subject: - Changed MAX_LEVEL to the standard value 99. Memory consumption-= 55MB. (high-rate servers will have to change this) - Corrected SC_COMA's success chance (X.4 says it's unconditional 100%) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10071 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/map.h') diff --git a/src/map/map.h b/src/map/map.h index 49e3b362d..72e076fb4 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -48,7 +48,7 @@ #define MAX_EVENTTIMER 32 #define NATURAL_HEAL_INTERVAL 500 #define MAX_FLOORITEM 500000 -#define MAX_LEVEL 1000 +#define MAX_LEVEL 99 #define MAX_WALKPATH 32 #define MAX_DROP_PER_MAP 48 #define MAX_IGNORE_LIST 80 -- cgit v1.2.3-70-g09d2