diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-22 00:05:42 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-22 00:05:42 +0300 |
commit | dc523c0a90af99bdb78216f550576e7d38cb6737 (patch) | |
tree | 741564a9fdd83e966f5b86a695d56882196658d9 /src/net/eathena/protocol.h | |
parent | 68f7d0afad5023ccd0e5eb8e6739cf2baf217f7c (diff) | |
download | mv-dc523c0a90af99bdb78216f550576e7d38cb6737.tar.gz mv-dc523c0a90af99bdb78216f550576e7d38cb6737.tar.bz2 mv-dc523c0a90af99bdb78216f550576e7d38cb6737.tar.xz mv-dc523c0a90af99bdb78216f550576e7d38cb6737.zip |
eathena: add partial support for packet SMSG_PET_EGGS_LIST 0x01a6.
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 2dc51d5f6..52ddaf48f 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -224,6 +224,7 @@ #define SMSG_PET_MESSAGE 0x01aa #define SMSG_PET_ROULETTE 0x01a0 +#define SMSG_PET_EGGS_LIST 0x01a6 #define SMSG_BANK_STATUS 0x09a6 |