summaryrefslogtreecommitdiff
path: root/src/net/tmwa/pethandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-23 14:45:23 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-23 14:45:23 +0300
commitc2a0903d2f487a6146bbf0829adb16afeb1efda5 (patch)
treed63fbd1a943893612fe04f12438a78eaa3e41479 /src/net/tmwa/pethandler.cpp
parent955f144a8310583babd96963a0c8e604ce8c849b (diff)
downloadplus-c2a0903d2f487a6146bbf0829adb16afeb1efda5.tar.gz
plus-c2a0903d2f487a6146bbf0829adb16afeb1efda5.tar.bz2
plus-c2a0903d2f487a6146bbf0829adb16afeb1efda5.tar.xz
plus-c2a0903d2f487a6146bbf0829adb16afeb1efda5.zip
eathena: add packet CMSG_PET_MENU_ACTION 0x01a1.
Diffstat (limited to 'src/net/tmwa/pethandler.cpp')
-rw-r--r--src/net/tmwa/pethandler.cpp20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/net/tmwa/pethandler.cpp b/src/net/tmwa/pethandler.cpp
index a071d1289..ebbef5240 100644
--- a/src/net/tmwa/pethandler.cpp
+++ b/src/net/tmwa/pethandler.cpp
@@ -86,4 +86,24 @@ void PetHandler::setName(const std::string &name A_UNUSED) const
{
}
+void PetHandler::requestStatus() const
+{
+}
+
+void PetHandler::feed() const
+{
+}
+
+void PetHandler::dropLoot() const
+{
+}
+
+void PetHandler::returnToEgg() const
+{
+}
+
+void PetHandler::unequip() const
+{
+}
+
} // namespace TmwAthena