diff options
Diffstat (limited to 'src/net/eathena/pethandler.h')
-rw-r--r-- | src/net/eathena/pethandler.h | 2 |
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; }; |