summaryrefslogtreecommitdiff
path: root/src/net/eathena/pethandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-17 23:04:38 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-17 23:04:38 +0300
commit45c7fa7d912504e25396320013baf388c419f908 (patch)
tree78e891ee5aefcf6f237dfdba019888f7b27c8b87 /src/net/eathena/pethandler.h
parent92d592dce023fc155d7956e5e80f170f23b456f6 (diff)
downloadplus-45c7fa7d912504e25396320013baf388c419f908.tar.gz
plus-45c7fa7d912504e25396320013baf388c419f908.tar.bz2
plus-45c7fa7d912504e25396320013baf388c419f908.tar.xz
plus-45c7fa7d912504e25396320013baf388c419f908.zip
eathena: add packet SMSG_PET_ROULETTE 0x01a0.
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 4f8635dea..615139bad 100644
--- a/src/net/eathena/pethandler.h
+++ b/src/net/eathena/pethandler.h
@@ -58,6 +58,8 @@ class PetHandler final : public MessageHandler, public Net::PetHandler
void setName(const std::string &name) const override final;
protected:
+ void processPetRoulette(Net::MessageIn &msg);
+
int mRandCounter;
};