summaryrefslogtreecommitdiff
path: root/src/net/eathena/homunculushandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-25 13:45:37 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-25 13:45:37 +0300
commit0ef4d8b885bf98735dbf800fc7385f625f18a9e4 (patch)
tree69c6370ab94d675251aa99f4b2396c293c9c1498 /src/net/eathena/homunculushandler.h
parent0416def34b70d89754006fa96a49c1180b5bbacf (diff)
downloadManaVerse-0ef4d8b885bf98735dbf800fc7385f625f18a9e4.tar.gz
ManaVerse-0ef4d8b885bf98735dbf800fc7385f625f18a9e4.tar.bz2
ManaVerse-0ef4d8b885bf98735dbf800fc7385f625f18a9e4.tar.xz
ManaVerse-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.h2
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);