summaryrefslogtreecommitdiff
path: root/src/net/eathena/skillhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-04-06 02:13:59 +0300
committerAndrei Karas <akaras@inbox.ru>2016-04-06 02:13:59 +0300
commit50761110424580f88f96f0682b6007f531508aec (patch)
tree2a8e09498e207054012560ce24e711559d94af3a /src/net/eathena/skillhandler.h
parent06ff9c9d685dafdb11ec4ea121016eb8c40fdd6a (diff)
downloadplus-50761110424580f88f96f0682b6007f531508aec.tar.gz
plus-50761110424580f88f96f0682b6007f531508aec.tar.bz2
plus-50761110424580f88f96f0682b6007f531508aec.tar.xz
plus-50761110424580f88f96f0682b6007f531508aec.zip
Impliment packet CMSG_ALCHEMIST_RANKS 0x0218.
Diffstat (limited to 'src/net/eathena/skillhandler.h')
-rw-r--r--src/net/eathena/skillhandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/skillhandler.h b/src/net/eathena/skillhandler.h
index d6344ab9f..9e609488e 100644
--- a/src/net/eathena/skillhandler.h
+++ b/src/net/eathena/skillhandler.h
@@ -49,6 +49,8 @@ class SkillHandler final : public Ea::SkillHandler
const std::string &text) const override final;
void useMap(const int id, const std::string &map) const override final;
+
+ void getAlchemistRanks() const override final;
};
} // namespace EAthena