summaryrefslogtreecommitdiff
path: root/src/net/tmwa/pethandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-11 16:36:57 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-11 16:36:57 +0300
commit1755745c3486fbed6b92c2ebacddae2fc6086443 (patch)
tree4cb9cbe1ce2a53d89272486740ce33a80a6e4d10 /src/net/tmwa/pethandler.cpp
parent23b35de445d6af7d6e00576f4fbdfa1d15ba37df (diff)
downloadplus-1755745c3486fbed6b92c2ebacddae2fc6086443.tar.gz
plus-1755745c3486fbed6b92c2ebacddae2fc6086443.tar.bz2
plus-1755745c3486fbed6b92c2ebacddae2fc6086443.tar.xz
plus-1755745c3486fbed6b92c2ebacddae2fc6086443.zip
eathena: add packet CMSG_PET_SET_NAME 0x01a5.
Diffstat (limited to 'src/net/tmwa/pethandler.cpp')
-rw-r--r--src/net/tmwa/pethandler.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/net/tmwa/pethandler.cpp b/src/net/tmwa/pethandler.cpp
index a9c854de0..0ca5f7c63 100644
--- a/src/net/tmwa/pethandler.cpp
+++ b/src/net/tmwa/pethandler.cpp
@@ -78,7 +78,11 @@ void PetHandler::catchPet(const Being *const being A_UNUSED) const
{
}
-void PetHandler::requestPetState(const int data) const
+void PetHandler::requestPetState(const int data A_UNUSED) const
+{
+}
+
+void PetHandler::setName(const std::string &name A_UNUSED) const
{
}