summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorKomurka <Komurka@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-02-19 23:04:02 +0000
committerKomurka <Komurka@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-02-19 23:04:02 +0000
commit3c1973e9b8eae824d985ebae2f009099403e7d14 (patch)
tree5a6b5c626a533ce6a07b1b6d5b32d913ed4b1c99 /src/map/map.h
parentaf7240daba485aeb02311ba3bcd0d7584d978ae1 (diff)
downloadhercules-3c1973e9b8eae824d985ebae2f009099403e7d14.tar.gz
hercules-3c1973e9b8eae824d985ebae2f009099403e7d14.tar.bz2
hercules-3c1973e9b8eae824d985ebae2f009099403e7d14.tar.xz
hercules-3c1973e9b8eae824d985ebae2f009099403e7d14.zip
* Preparing eA for new mob_skill_db from Aegis 10.2 [Komurka]
- increased MAX_MOBSKILL 32 -> 40 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5333 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 645976375..ce26686e5 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 32
+#define MAX_MOBSKILL 40
#define MAX_MOB_LIST_PER_MAP 128
#define MAX_EVENTQUEUE 2
#define MAX_EVENTTIMER 32