diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-02-17 13:32:56 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-02-17 13:33:33 +0300 |
commit | d7a4988bffc489e9584def3ce65ebe2b8f4ca0b0 (patch) | |
tree | 3aded6c870558c63e06761e69745c91abbfed1f9 /src/net/eathena/protocol.h | |
parent | fa1edb2eff191d3c1ab7366d3918a57769379c57 (diff) | |
download | plus-d7a4988bffc489e9584def3ce65ebe2b8f4ca0b0.tar.gz plus-d7a4988bffc489e9584def3ce65ebe2b8f4ca0b0.tar.bz2 plus-d7a4988bffc489e9584def3ce65ebe2b8f4ca0b0.tar.xz plus-d7a4988bffc489e9584def3ce65ebe2b8f4ca0b0.zip |
eathena: add pet talk command
Changed client version to 6.
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 c285c5667..e2d1d9b7e 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -512,6 +512,7 @@ #define CMSG_PET_SET_NAME 0x01a5 #define CMSG_PET_SELECT_EGG 0x01a7 #define CMSG_PET_MENU_ACTION 0x01a1 +#define CMSG_PET_TALK 0x0b0c #define CMSG_MERCENARY_ACTION 0x029f #define CMSG_HOMUNCULUS_SET_NAME 0x0231 |