summaryrefslogtreecommitdiff
path: root/src/common/mmo.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2015-12-14 21:30:12 +0100
committerHaru <haru@dotalux.com>2015-12-28 18:35:59 +0100
commitb519d163bb4d0fef7deb821ee72ae67519d84d54 (patch)
tree231daabb35a95114e9beaca18fe6c0df606da17e /src/common/mmo.h
parentcf142dc21aafd6bf0a483c87f32c219375ae116a (diff)
downloadhercules-b519d163bb4d0fef7deb821ee72ae67519d84d54.tar.gz
hercules-b519d163bb4d0fef7deb821ee72ae67519d84d54.tar.bz2
hercules-b519d163bb4d0fef7deb821ee72ae67519d84d54.tar.xz
hercules-b519d163bb4d0fef7deb821ee72ae67519d84d54.zip
Added homun_id enum, replaced numeric constants with enum members
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/common/mmo.h')
-rw-r--r--src/common/mmo.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h
index 8444a8d67..53ef322c2 100644
--- a/src/common/mmo.h
+++ b/src/common/mmo.h
@@ -182,9 +182,6 @@
// Base Homun skill.
#define HM_SKILLBASE 8001
#define MAX_HOMUNSKILL 43
-#define MAX_HOMUNCULUS_CLASS 52 // [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)
// Mail System
#define MAIL_MAX_INBOX 30