From 660d3b585ab50038e5b2ea3fb9cf4049a7e697d1 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 11 Sep 2014 12:12:43 +0300 Subject: eathena: add packet CMSG_PET_CATCH 0x019f. --- src/net/pethandler.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/net/pethandler.h') diff --git a/src/net/pethandler.h b/src/net/pethandler.h index ac9a6f980..750baf4dc 100644 --- a/src/net/pethandler.h +++ b/src/net/pethandler.h @@ -42,6 +42,8 @@ class PetHandler notfinal const int x, const int y) const = 0; virtual void emote(const uint8_t emoteId, const int petId) = 0; + + virtual void catchPet(const Being *const being) const = 0; }; } // namespace Net -- cgit v1.2.3-60-g2f50