summaryrefslogtreecommitdiff
path: root/src/common/mmo.h
diff options
context:
space:
mode:
authorjmanfffreak <jmanfffreak@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-12-29 21:27:58 +0000
committerjmanfffreak <jmanfffreak@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-12-29 21:27:58 +0000
commit2717c10c43e1e77d4bd104fc7d2b6fda45d003c2 (patch)
treefeff79f7412a241c266d287059b8beb34d0374c6 /src/common/mmo.h
parent18536b5d981ef5c4b4a6d0fee590f753d8eb3d7c (diff)
downloadhercules-2717c10c43e1e77d4bd104fc7d2b6fda45d003c2.tar.gz
hercules-2717c10c43e1e77d4bd104fc7d2b6fda45d003c2.tar.bz2
hercules-2717c10c43e1e77d4bd104fc7d2b6fda45d003c2.tar.xz
hercules-2717c10c43e1e77d4bd104fc7d2b6fda45d003c2.zip
Follow up to r:15318. Increased MAX_HOMUNCULUS_CLASS to 60 to allow new HomunS.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15322 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 367086eb9..681c78520 100644
--- a/src/common/mmo.h
+++ b/src/common/mmo.h
@@ -151,7 +151,7 @@
//Base Homun skill.
#define HM_SKILLBASE 8001
#define MAX_HOMUNSKILL 16
-#define MAX_HOMUNCULUS_CLASS 16 //[orn]
+#define MAX_HOMUNCULUS_CLASS 60 //[orn], Increased to 60 from 16 to allow new Homun-S.
#define HM_CLASS_BASE 6001
#define HM_CLASS_MAX (HM_CLASS_BASE+MAX_HOMUNCULUS_CLASS-1)