diff options
author | Haru <haru@dotalux.com> | 2015-12-14 23:59:48 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-28 18:36:00 +0100 |
commit | 5db7c13c4a37bc688a464d369beab0bc31984bd5 (patch) | |
tree | 837d872b0d0caa0960dc4335f2946cf08a055a89 /src/common/mmo.h | |
parent | b519d163bb4d0fef7deb821ee72ae67519d84d54 (diff) | |
download | hercules-5db7c13c4a37bc688a464d369beab0bc31984bd5.tar.gz hercules-5db7c13c4a37bc688a464d369beab0bc31984bd5.tar.bz2 hercules-5db7c13c4a37bc688a464d369beab0bc31984bd5.tar.xz hercules-5db7c13c4a37bc688a464d369beab0bc31984bd5.zip |
Added merc_id, replaced numeric mercenary IDs with enum members
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/common/mmo.h')
-rw-r--r-- | src/common/mmo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h index 53ef322c2..ff41c00d8 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -191,7 +191,6 @@ // Mercenary System #define MC_SKILLBASE 8201 #define MAX_MERCSKILL 40 -#define MAX_MERCENARY_CLASS 61 // Elemental System #define MAX_ELEMENTALSKILL 42 |