summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-02-22 15:31:23 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-02-22 15:31:23 +0000
commit2666bee9495f7d3e31bfcc9eaf4f2f415f15486d (patch)
treeee77b8cfad081164bf753073cfdabbb7f3595563 /src/map/map.h
parent4d1e84d0d9af4fcad025e039544a37a76c91aa1a (diff)
downloadhercules-2666bee9495f7d3e31bfcc9eaf4f2f415f15486d.tar.gz
hercules-2666bee9495f7d3e31bfcc9eaf4f2f415f15486d.tar.bz2
hercules-2666bee9495f7d3e31bfcc9eaf4f2f415f15486d.tar.xz
hercules-2666bee9495f7d3e31bfcc9eaf4f2f415f15486d.zip
- 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
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h2
1 files changed, 1 insertions, 1 deletions
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