diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-02-25 23:34:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-02-25 23:34:43 +0300 |
commit | bf966d287a973ad9134c31d8c37cb471832088d2 (patch) | |
tree | 1d2c2c0b28d19f35f0449e62a5071f7d8b3b6924 /src/net/eathena/mercenaryhandler.h | |
parent | 192b8db5c67860ec9a67d19d9529b01794ae1c83 (diff) | |
download | plus-bf966d287a973ad9134c31d8c37cb471832088d2.tar.gz plus-bf966d287a973ad9134c31d8c37cb471832088d2.tar.bz2 plus-bf966d287a973ad9134c31d8c37cb471832088d2.tar.xz plus-bf966d287a973ad9134c31d8c37cb471832088d2.zip |
eathena: add packet CMSG_HOMMERC_DIRECTION 0x0b15.
Diffstat (limited to 'src/net/eathena/mercenaryhandler.h')
-rw-r--r-- | src/net/eathena/mercenaryhandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/mercenaryhandler.h b/src/net/eathena/mercenaryhandler.h index c2a1b18f1..c1a784c3b 100644 --- a/src/net/eathena/mercenaryhandler.h +++ b/src/net/eathena/mercenaryhandler.h @@ -51,6 +51,8 @@ class MercenaryHandler final : public MessageHandler, void emote(const uint8_t emoteId) const override final; + void setDirection(const unsigned char type) const override final; + protected: static void processMercenaryUpdate(Net::MessageIn &msg); |