summaryrefslogtreecommitdiff
path: root/src/net/tmwa/pethandler.h
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/pethandler.h
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/pethandler.h')
-rw-r--r--src/net/tmwa/pethandler.h2
1 files changed, 1 insertions, 1 deletions
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;