summaryrefslogtreecommitdiff
path: root/src/net/eathena/skillhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-01 23:12:05 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-06 01:18:55 +0300
commita65ebfceea7e708adef3dd62a01c25b52800e572 (patch)
tree1e4f84c9b71710493b1269dcc74cdae443413bee /src/net/eathena/skillhandler.h
parent34f1d92ebe54d22a3bee4308eae3fc9620c27b67 (diff)
downloadplus-a65ebfceea7e708adef3dd62a01c25b52800e572.tar.gz
plus-a65ebfceea7e708adef3dd62a01c25b52800e572.tar.bz2
plus-a65ebfceea7e708adef3dd62a01c25b52800e572.tar.xz
plus-a65ebfceea7e708adef3dd62a01c25b52800e572.zip
Move processPlayerSkills from ea namespace into tmwa and eathena.
Diffstat (limited to 'src/net/eathena/skillhandler.h')
-rw-r--r--src/net/eathena/skillhandler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/eathena/skillhandler.h b/src/net/eathena/skillhandler.h
index 3b63bcfc5..c33971245 100644
--- a/src/net/eathena/skillhandler.h
+++ b/src/net/eathena/skillhandler.h
@@ -46,6 +46,9 @@ class SkillHandler final : public MessageHandler, public Ea::SkillHandler
const int x, const int y) const override final;
void useMap(const int id, const std::string &map) const override final;
+
+ protected:
+ void processPlayerSkills(Net::MessageIn &msg);
};
} // namespace EAthena