diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-11 15:39:07 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-11 15:39:07 +0300 |
commit | 4c4c2684278f84f952544d8e4f119ce9da980c1a (patch) | |
tree | 6d7b7f5cc06782cbed5a9fd0c12e3e3ca671f5e3 /src/net/eathena/protocol.h | |
parent | 43e7e15b797fbe4f2e1f636745208f71dd0078a9 (diff) | |
download | plus-4c4c2684278f84f952544d8e4f119ce9da980c1a.tar.gz plus-4c4c2684278f84f952544d8e4f119ce9da980c1a.tar.bz2 plus-4c4c2684278f84f952544d8e4f119ce9da980c1a.tar.xz plus-4c4c2684278f84f952544d8e4f119ce9da980c1a.zip |
eathena: add packet CMSG_PET_REQUEST_STATE 0x01a9.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index bad8fa1a9..3e806f76d 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -338,6 +338,7 @@ #define CMSG_PLAYER_SET_MEMO 0x011d #define CMSG_PET_CATCH 0x019f +#define CMSG_PET_REQUEST_STATE 0x01a9 #define SMSG_SOLVE_CHAR_NAME 0x0194 #define SMSG_SKILL_CASTING 0x07fb |