summaryrefslogtreecommitdiff
path: root/src/net/eathena/mercenaryhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-08-27 19:58:59 +0300
committerAndrei Karas <akaras@inbox.ru>2015-08-27 19:58:59 +0300
commit2dbb62e760853f88a19e6e783870de156d52f8c6 (patch)
tree45bdc2d1de608a9f6580bd183c515f4282dcdfc7 /src/net/eathena/mercenaryhandler.h
parenta23b30e3a3051393c8abd309be7376daf699a527 (diff)
downloadplus-2dbb62e760853f88a19e6e783870de156d52f8c6.tar.gz
plus-2dbb62e760853f88a19e6e783870de156d52f8c6.tar.bz2
plus-2dbb62e760853f88a19e6e783870de156d52f8c6.tar.xz
plus-2dbb62e760853f88a19e6e783870de156d52f8c6.zip
Move receive code from mercenaryhandler into separate file.
Diffstat (limited to 'src/net/eathena/mercenaryhandler.h')
-rw-r--r--src/net/eathena/mercenaryhandler.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/net/eathena/mercenaryhandler.h b/src/net/eathena/mercenaryhandler.h
index 643f4ec74..9c41e15d3 100644
--- a/src/net/eathena/mercenaryhandler.h
+++ b/src/net/eathena/mercenaryhandler.h
@@ -37,8 +37,6 @@ class MercenaryHandler final : public MessageHandler,
void handleMessage(Net::MessageIn &msg) override final;
- void handleMercenaryMessage(const int cmd) override final;
-
void fire() override final;
void moveToMaster() const override final;
@@ -53,13 +51,6 @@ 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);
-
- static void processMercenaryInfo(Net::MessageIn &msg);
-
- static void processMercenarySkills(Net::MessageIn &msg);
};
} // namespace EAthena