summaryrefslogtreecommitdiff
path: root/src/net/eathena/pethandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-22 00:05:42 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-22 00:05:42 +0300
commitdc523c0a90af99bdb78216f550576e7d38cb6737 (patch)
tree741564a9fdd83e966f5b86a695d56882196658d9 /src/net/eathena/pethandler.h
parent68f7d0afad5023ccd0e5eb8e6739cf2baf217f7c (diff)
downloadplus-dc523c0a90af99bdb78216f550576e7d38cb6737.tar.gz
plus-dc523c0a90af99bdb78216f550576e7d38cb6737.tar.bz2
plus-dc523c0a90af99bdb78216f550576e7d38cb6737.tar.xz
plus-dc523c0a90af99bdb78216f550576e7d38cb6737.zip
eathena: add partial support for packet SMSG_PET_EGGS_LIST 0x01a6.
Diffstat (limited to 'src/net/eathena/pethandler.h')
-rw-r--r--src/net/eathena/pethandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/pethandler.h b/src/net/eathena/pethandler.h
index 615139bad..3dbdd7b66 100644
--- a/src/net/eathena/pethandler.h
+++ b/src/net/eathena/pethandler.h
@@ -60,6 +60,8 @@ class PetHandler final : public MessageHandler, public Net::PetHandler
protected:
void processPetRoulette(Net::MessageIn &msg);
+ void processEggsList(Net::MessageIn &msg);
+
int mRandCounter;
};