diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-11 12:12:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-11 12:12:43 +0300 |
commit | 660d3b585ab50038e5b2ea3fb9cf4049a7e697d1 (patch) | |
tree | 63512148e5891f266bbdb110758484b0fb6957a5 /src/net/pethandler.h | |
parent | 0a39e956218ca15bf78803f89141c7c9dfcec0d9 (diff) | |
download | plus-660d3b585ab50038e5b2ea3fb9cf4049a7e697d1.tar.gz plus-660d3b585ab50038e5b2ea3fb9cf4049a7e697d1.tar.bz2 plus-660d3b585ab50038e5b2ea3fb9cf4049a7e697d1.tar.xz plus-660d3b585ab50038e5b2ea3fb9cf4049a7e697d1.zip |
eathena: add packet CMSG_PET_CATCH 0x019f.
Diffstat (limited to 'src/net/pethandler.h')
-rw-r--r-- | src/net/pethandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |