summaryrefslogtreecommitdiff
path: root/src/net/tmwa
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-23 14:51:30 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-23 14:51:30 +0300
commitab5e3e053a31efdc5799c1239e2bceaacf7cff61 (patch)
tree281095fe5a82edf1b377fe80910ec813c5b40064 /src/net/tmwa
parentc2a0903d2f487a6146bbf0829adb16afeb1efda5 (diff)
downloadplus-ab5e3e053a31efdc5799c1239e2bceaacf7cff61.tar.gz
plus-ab5e3e053a31efdc5799c1239e2bceaacf7cff61.tar.bz2
plus-ab5e3e053a31efdc5799c1239e2bceaacf7cff61.tar.xz
plus-ab5e3e053a31efdc5799c1239e2bceaacf7cff61.zip
eathena: rename packet CMSG_PET_REQUEST_STATE to CMSG_PET_SEND_MESSAGE.
Diffstat (limited to 'src/net/tmwa')
-rw-r--r--src/net/tmwa/pethandler.cpp2
-rw-r--r--src/net/tmwa/pethandler.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/net/tmwa/pethandler.cpp b/src/net/tmwa/pethandler.cpp
index ebbef5240..c5e7f481c 100644
--- a/src/net/tmwa/pethandler.cpp
+++ b/src/net/tmwa/pethandler.cpp
@@ -78,7 +78,7 @@ void PetHandler::catchPet(const Being *const being A_UNUSED) const
{
}
-void PetHandler::requestPetState(const int data A_UNUSED) const
+void PetHandler::sendPetMessage(const int data A_UNUSED) const
{
}
diff --git a/src/net/tmwa/pethandler.h b/src/net/tmwa/pethandler.h
index ad487c629..31822d3d5 100644
--- a/src/net/tmwa/pethandler.h
+++ b/src/net/tmwa/pethandler.h
@@ -51,7 +51,7 @@ class PetHandler final : public MessageHandler, public Net::PetHandler
void catchPet(const Being *const being) const override final;
- void requestPetState(const int data) const override final;
+ void sendPetMessage(const int data) const override final;
void setName(const std::string &name) const override final;