summaryrefslogtreecommitdiff
path: root/src/net/eathena/playerhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-11 23:18:59 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-11 23:18:59 +0300
commite0988e8f2cf1f43207310e2a8c050f7e95fe970f (patch)
tree9ea7a12d6a1232c8874eaa0b4084e911e5cf2b0e /src/net/eathena/playerhandler.h
parent603d7aa8dd15738bbf72d83bdb0d6c4caedb62c8 (diff)
downloadplus-e0988e8f2cf1f43207310e2a8c050f7e95fe970f.tar.gz
plus-e0988e8f2cf1f43207310e2a8c050f7e95fe970f.tar.bz2
plus-e0988e8f2cf1f43207310e2a8c050f7e95fe970f.tar.xz
plus-e0988e8f2cf1f43207310e2a8c050f7e95fe970f.zip
eathena: add packet CMSG_DORI_DORI 0x01e7.
Diffstat (limited to 'src/net/eathena/playerhandler.h')
-rw-r--r--src/net/eathena/playerhandler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/playerhandler.h b/src/net/eathena/playerhandler.h
index 5cb93688c..315945ae7 100644
--- a/src/net/eathena/playerhandler.h
+++ b/src/net/eathena/playerhandler.h
@@ -66,6 +66,7 @@ class PlayerHandler final : public MessageHandler, public Ea::PlayerHandler
void removeOption() const override final;
void changeCart(const int type) const override final;
void setMemo() const override final;
+ void doriDori() const override final;
protected:
void processPlayerStatUpdate5(Net::MessageIn &msg);