summaryrefslogtreecommitdiff
path: root/src/net/tmwa/pethandler.h
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.h
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.h')
-rw-r--r--src/net/tmwa/pethandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/tmwa/pethandler.h b/src/net/tmwa/pethandler.h
index 2aeb4dd13..113fba6b6 100644
--- a/src/net/tmwa/pethandler.h
+++ b/src/net/tmwa/pethandler.h
@@ -53,6 +53,8 @@ class PetHandler final : public MessageHandler, public Net::PetHandler
void requestPetState(const int data) const override final;
+ void setName(const std::string &name) const override final;
+
protected:
int mRandCounter;
};