From 2666bee9495f7d3e31bfcc9eaf4f2f415f15486d Mon Sep 17 00:00:00 2001 From: skotlex Date: Wed, 22 Feb 2006 15:31:23 +0000 Subject: - Changed the MAX_MOBSKILL value to 50 to give some 'breathing' room. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5367 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 210398cba..9ae1d3d2a 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -37,7 +37,7 @@ #define MAX_SKILLUNITGROUPTICKSET 32 #define MAX_SKILLTIMERSKILL 32 #define MAX_MOBSKILLTIMERSKILL 10 -#define MAX_MOBSKILL 40 +#define MAX_MOBSKILL 50 #define MAX_MOB_LIST_PER_MAP 128 #define MAX_EVENTQUEUE 2 #define MAX_EVENTTIMER 32 -- cgit v1.2.3-70-g09d2