diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-26 01:04:29 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-26 01:04:29 +0300 |
commit | e5cf06f3d607dc58be1e9eecfcd01c21ee397a86 (patch) | |
tree | 92bb0528ce24240758dcee7692335195fa7c4a45 /src/net/eathena/protocol.h | |
parent | 263559d7e6231dc65ee503133e52c9791aac3734 (diff) | |
download | plus-e5cf06f3d607dc58be1e9eecfcd01c21ee397a86.tar.gz plus-e5cf06f3d607dc58be1e9eecfcd01c21ee397a86.tar.bz2 plus-e5cf06f3d607dc58be1e9eecfcd01c21ee397a86.tar.xz plus-e5cf06f3d607dc58be1e9eecfcd01c21ee397a86.zip |
eathena: fix packet id CMSG_HOMUNCULUS_MENU 0x0361.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |