From c312bd7e397cb7d54731d1184873bb70f5a9e403 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 24 Dec 2014 00:42:09 +0300 Subject: eathena: fix name for packet CMSG_MERCENARY_ACTION. --- src/net/eathena/protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net/eathena/protocol.h') diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index 673d70298..d081ea0d6 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -287,7 +287,6 @@ #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 @@ -477,6 +476,7 @@ #define CMSG_PET_SELECT_EGG 0x01a7 #define CMSG_PET_MENU_ACTION 0x01a1 +#define CMSG_MERCENARY_ACTION 0x029f #define CMSG_HOMUNCULUS_SET_NAME 0x0231 #define CMSG_HOMUNCULUS_MENU 0x0361 #define CMSG_HOMMERC_MOVE_TO_MASTER 0x0234 -- cgit v1.2.3-70-g09d2