From e5cf06f3d607dc58be1e9eecfcd01c21ee397a86 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 26 Sep 2014 01:04:29 +0300 Subject: eathena: fix packet id CMSG_HOMUNCULUS_MENU 0x0361. --- 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 375b370ea..d36a0fa8f 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -420,7 +420,7 @@ #define CMSG_PET_MENU_ACTION 0x01a1 #define CMSG_HOMUNCULUS_SET_NAME 0x0231 -#define CMSG_HOMUNCULUS_MENU 0x022d +#define CMSG_HOMUNCULUS_MENU 0x0361 #define CMSG_HOMMERC_MOVE_TO_MASTER 0x0234 #define CMSG_HOMMERC_MOVE_TO 0x0232 #define CMSG_HOMMERC_ATTACK 0x0233 -- cgit v1.2.3-70-g09d2