diff options
author | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-08-23 13:09:50 +0000 |
---|---|---|
committer | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-08-23 13:09:50 +0000 |
commit | 94281a398ef3a288a23cebb9f2d9a5227c570996 (patch) | |
tree | b55207b5a40b9c019d150772ddbb1ffc6661f80c /src/common/mmo.h | |
parent | 59b08db5fcebd6e3d94f5353602fc685dbf9e3f5 (diff) | |
download | hercules-94281a398ef3a288a23cebb9f2d9a5227c570996.tar.gz hercules-94281a398ef3a288a23cebb9f2d9a5227c570996.tar.bz2 hercules-94281a398ef3a288a23cebb9f2d9a5227c570996.tar.xz hercules-94281a398ef3a288a23cebb9f2d9a5227c570996.zip |
- Mercenary Packets (Server to Client). Still need a little more info.
- Packet for Mercenary Menu.
- Some other progress as creation but need more code.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13116 54d463be-8e91-2dee-dedb-b68131a5f0ec
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 da036005c..6be0fab19 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -108,7 +108,6 @@ #define MC_SKILLBASE 8201 #define MAX_MERCSKILL 37 #define MAX_MERCENARY_CLASS 30 -#define MAX_MERCENARY_SKILL 4 enum item_types { IT_HEALING = 0, |