diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-25 13:45:37 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-25 13:45:37 +0300 |
commit | 0ef4d8b885bf98735dbf800fc7385f625f18a9e4 (patch) | |
tree | 69c6370ab94d675251aa99f4b2396c293c9c1498 /src/net/eathena/homunculushandler.h | |
parent | 0416def34b70d89754006fa96a49c1180b5bbacf (diff) | |
download | plus-0ef4d8b885bf98735dbf800fc7385f625f18a9e4.tar.gz plus-0ef4d8b885bf98735dbf800fc7385f625f18a9e4.tar.bz2 plus-0ef4d8b885bf98735dbf800fc7385f625f18a9e4.tar.xz plus-0ef4d8b885bf98735dbf800fc7385f625f18a9e4.zip |
eathena: add packet CMSG_HOMMERC_MOVE_TO_MASTER 0x0234.
Diffstat (limited to 'src/net/eathena/homunculushandler.h')
-rw-r--r-- | src/net/eathena/homunculushandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/homunculushandler.h b/src/net/eathena/homunculushandler.h index 77cffb3d5..627561655 100644 --- a/src/net/eathena/homunculushandler.h +++ b/src/net/eathena/homunculushandler.h @@ -41,6 +41,8 @@ class HomunculusHandler final : public MessageHandler, void setName(const std::string &name) const override final; + void moveToMaster() const override final; + protected: void processHomunculusSkills(Net::MessageIn &msg); |