diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-12-16 18:20:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-12-16 18:20:43 +0300 |
commit | e5ca9fbefd9a680b958a957f0fe01f93293bcd39 (patch) | |
tree | d64c392404b314bcd1fe7fd66e52034b98cd711e /src/net/eathena | |
parent | 5dea1285694723157054dc4a739a222a2e12205b (diff) | |
download | plus-e5ca9fbefd9a680b958a957f0fe01f93293bcd39.tar.gz plus-e5ca9fbefd9a680b958a957f0fe01f93293bcd39.tar.bz2 plus-e5ca9fbefd9a680b958a957f0fe01f93293bcd39.tar.xz plus-e5ca9fbefd9a680b958a957f0fe01f93293bcd39.zip |
eathena: Improve a bit protocol.h
Diffstat (limited to 'src/net/eathena')
-rw-r--r-- | src/net/eathena/protocol.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index 05561d437..aac136f94 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -284,6 +284,8 @@ #define SMSG_MERCENARY_UPDATE 0x02a2 #define SMSG_MERCENARY_INFO 0x029b #define SMSG_MERCENARY_SKILLS 0x029d +#define SMSG_MERCENARY_ACTION 0x029f + #define SMSG_HOMUNCULUS_SKILLS 0x0235 #define SMSG_HOMUNCULUS_DATA 0x0230 @@ -499,8 +501,6 @@ #define CMSG_BANK_WITHDRAW 0x09a9 #define CMSG_BANK_CHECK 0x09ab -#define SMSG_MERCENARY_ACTION 0x029f - #define CMSG_FRIENDS_ADD_PLAYER 0x091a #define CMSG_FRIENDS_REQUEST_ACK 0x0208 #define CMSG_FRIENDS_DELETE_PLAYER 0x020a |