summaryrefslogtreecommitdiff
path: root/src/net/tmwa
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/tmwa
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/tmwa')
-rw-r--r--src/net/tmwa/skillhandler.cpp4
-rw-r--r--src/net/tmwa/skillhandler.h2
2 files changed, 6 insertions, 0 deletions
diff --git a/src/net/tmwa/skillhandler.cpp b/src/net/tmwa/skillhandler.cpp
index 87dc0e189..e0ef8d3ad 100644
--- a/src/net/tmwa/skillhandler.cpp
+++ b/src/net/tmwa/skillhandler.cpp
@@ -76,4 +76,8 @@ void SkillHandler::useMap(const int id, const std::string &map) const
outMsg.writeString(map, 16, "map name");
}
+void SkillHandler::getAlchemistRanks() const
+{
+}
+
} // namespace TmwAthena
diff --git a/src/net/tmwa/skillhandler.h b/src/net/tmwa/skillhandler.h
index 0fd7c2a13..1a6bae414 100644
--- a/src/net/tmwa/skillhandler.h
+++ b/src/net/tmwa/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 TmwAthena