diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-08-30 17:08:12 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-08-30 17:08:12 +0300 |
commit | 42a9e7b1eeced8503f909b0276ee251a2bfe75c6 (patch) | |
tree | 103859bbe12e8781466ee84b3ea464af5a5e470f /src/net/tmwa/skillhandler.h | |
parent | 4e343cd6e657f2b747b67fb688af53087199b097 (diff) | |
download | plus-42a9e7b1eeced8503f909b0276ee251a2bfe75c6.tar.gz plus-42a9e7b1eeced8503f909b0276ee251a2bfe75c6.tar.bz2 plus-42a9e7b1eeced8503f909b0276ee251a2bfe75c6.tar.xz plus-42a9e7b1eeced8503f909b0276ee251a2bfe75c6.zip |
Move receive code from skillhandler into separate file.
Diffstat (limited to 'src/net/tmwa/skillhandler.h')
-rw-r--r-- | src/net/tmwa/skillhandler.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/net/tmwa/skillhandler.h b/src/net/tmwa/skillhandler.h index 62bab67d4..f9e965abd 100644 --- a/src/net/tmwa/skillhandler.h +++ b/src/net/tmwa/skillhandler.h @@ -53,11 +53,6 @@ class SkillHandler final : public MessageHandler, public Ea::SkillHandler const std::string &text) const override final; void useMap(const int id, const std::string &map) const override final; - - protected: - static void processSkillFailed(Net::MessageIn &msg); - - static void processPlayerSkills(Net::MessageIn &msg); }; } // namespace TmwAthena |