diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-23 14:12:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-23 14:12:43 +0300 |
commit | 955f144a8310583babd96963a0c8e604ce8c849b (patch) | |
tree | d53aa5c32e8c811422214c9770d0bde2a910b46a /src/net/eathena/protocol.h | |
parent | 22ae95c948a4d1ec988a234213592500e52d4947 (diff) | |
download | plus-955f144a8310583babd96963a0c8e604ce8c849b.tar.gz plus-955f144a8310583babd96963a0c8e604ce8c849b.tar.bz2 plus-955f144a8310583babd96963a0c8e604ce8c849b.tar.xz plus-955f144a8310583babd96963a0c8e604ce8c849b.zip |
eathena: add partial support for packet SMSG_PET_FOOD 0x01a3.
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 ce65cef86..ffb76bc99 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -227,6 +227,7 @@ #define SMSG_PET_EGGS_LIST 0x01a6 #define SMSG_PET_DATA 0x01a4 #define SMSG_PET_STATUS 0x01a2 +#define SMSG_PET_FOOD 0x01a3 #define SMSG_BANK_STATUS 0x09a6 |