summaryrefslogtreecommitdiff
path: root/src/net/eathena/pethandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-11 12:12:43 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-11 12:12:43 +0300
commit660d3b585ab50038e5b2ea3fb9cf4049a7e697d1 (patch)
tree63512148e5891f266bbdb110758484b0fb6957a5 /src/net/eathena/pethandler.h
parent0a39e956218ca15bf78803f89141c7c9dfcec0d9 (diff)
downloadManaVerse-660d3b585ab50038e5b2ea3fb9cf4049a7e697d1.tar.gz
ManaVerse-660d3b585ab50038e5b2ea3fb9cf4049a7e697d1.tar.bz2
ManaVerse-660d3b585ab50038e5b2ea3fb9cf4049a7e697d1.tar.xz
ManaVerse-660d3b585ab50038e5b2ea3fb9cf4049a7e697d1.zip
eathena: add packet CMSG_PET_CATCH 0x019f.
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 7ddb7422b..126089724 100644
--- a/src/net/eathena/pethandler.h
+++ b/src/net/eathena/pethandler.h
@@ -49,6 +49,8 @@ class PetHandler final : public MessageHandler, public Net::PetHandler
void emote(const uint8_t emoteId,
const int petId) override final;
+ void catchPet(const Being *const being) const override final;
+
protected:
int mRandCounter;
};