summaryrefslogtreecommitdiff
path: root/src/net/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/pethandler.h
parent0a39e956218ca15bf78803f89141c7c9dfcec0d9 (diff)
downloadplus-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.h2
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