summaryrefslogtreecommitdiff
path: root/src/common/mmo.h
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-09-04 23:41:59 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-09-04 23:41:59 +0000
commitad176fadd0e7e095f91f122776ccaad6f3416540 (patch)
treeedc1ec913dbb9e2db9fe2430a321d5252099b66a /src/common/mmo.h
parent1963a8147972d6febede94ff5ff51f6642fb9551 (diff)
downloadhercules-ad176fadd0e7e095f91f122776ccaad6f3416540.tar.gz
hercules-ad176fadd0e7e095f91f122776ccaad6f3416540.tar.bz2
hercules-ad176fadd0e7e095f91f122776ccaad6f3416540.tar.xz
hercules-ad176fadd0e7e095f91f122776ccaad6f3416540.zip
* Updated mmo.h, increased merc max count to 36.
* Fixed save crash related to non-guilded mercenaries. * Removed job and level restriction on Mercenary ASPD potions. * Added Monster Mercenaries using mobs original stats. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13192 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common/mmo.h')
-rw-r--r--src/common/mmo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h
index fc48f3194..94c72690f 100644
--- a/src/common/mmo.h
+++ b/src/common/mmo.h
@@ -107,7 +107,7 @@
//Mercenary System
#define MC_SKILLBASE 8201
#define MAX_MERCSKILL 37
-#define MAX_MERCENARY_CLASS 30
+#define MAX_MERCENARY_CLASS 36
enum item_types {
IT_HEALING = 0,