diff options
author | Haru <haru@dotalux.com> | 2015-12-14 21:30:12 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-28 18:35:59 +0100 |
commit | b519d163bb4d0fef7deb821ee72ae67519d84d54 (patch) | |
tree | 231daabb35a95114e9beaca18fe6c0df606da17e /src/common | |
parent | cf142dc21aafd6bf0a483c87f32c219375ae116a (diff) | |
download | hercules-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')
-rw-r--r-- | src/common/mmo.h | 3 |
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 |