summaryrefslogtreecommitdiff
path: root/src/net/eathena/skillhandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-04-20 02:28:34 +0300
committerAndrei Karas <akaras@inbox.ru>2016-04-20 02:28:34 +0300
commitd036ceb193139ada2322c0f3b16991d09301878f (patch)
treea0dabd17a645d36969dee4de81a5df5c021ef57c /src/net/eathena/skillhandler.cpp
parentc9433013925e52857a85a30a29e1265081091e14 (diff)
downloadManaVerse-d036ceb193139ada2322c0f3b16991d09301878f.tar.gz
ManaVerse-d036ceb193139ada2322c0f3b16991d09301878f.tar.bz2
ManaVerse-d036ceb193139ada2322c0f3b16991d09301878f.tar.xz
ManaVerse-d036ceb193139ada2322c0f3b16991d09301878f.zip
Add packet CMSG_TAEKWON_RANKS 0x0225
Diffstat (limited to 'src/net/eathena/skillhandler.cpp')
-rw-r--r--src/net/eathena/skillhandler.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/net/eathena/skillhandler.cpp b/src/net/eathena/skillhandler.cpp
index 3957527b1..3a815e5af 100644
--- a/src/net/eathena/skillhandler.cpp
+++ b/src/net/eathena/skillhandler.cpp
@@ -102,6 +102,14 @@ void SkillHandler::getPkRanks() const
}
}
+void SkillHandler::getTaekwonRanks() const
+{
+ if (packetVersion >= 20050328)
+ {
+ createOutPacket(CMSG_TAEKWON_RANKS);
+ }
+}
+
void SkillHandler::feelSaveOk(const int which) const
{
if (packetVersion >= 20050817)