diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-02-17 15:32:42 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-02-17 15:32:42 +0300 |
commit | 0d355e3126ab7e0a88bd8e54ce724498f6828c01 (patch) | |
tree | dccbf92259f29f2dbf6ee8fc72f831c8917ee7b2 /src/net/eathena/protocol.h | |
parent | d7a4988bffc489e9584def3ce65ebe2b8f4ca0b0 (diff) | |
download | manaverse-0d355e3126ab7e0a88bd8e54ce724498f6828c01.tar.gz manaverse-0d355e3126ab7e0a88bd8e54ce724498f6828c01.tar.bz2 manaverse-0d355e3126ab7e0a88bd8e54ce724498f6828c01.tar.xz manaverse-0d355e3126ab7e0a88bd8e54ce724498f6828c01.zip |
eathena: add pet emote command.
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 e2d1d9b7e..a02495b19 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -513,6 +513,7 @@ #define CMSG_PET_SELECT_EGG 0x01a7 #define CMSG_PET_MENU_ACTION 0x01a1 #define CMSG_PET_TALK 0x0b0c +#define CMSG_PET_EMOTE 0x0b0d #define CMSG_MERCENARY_ACTION 0x029f #define CMSG_HOMUNCULUS_SET_NAME 0x0231 |