diff options
Diffstat (limited to 'src/net')
-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 |