diff options
Diffstat (limited to 'src/net/eathena/skillhandler.cpp')
-rw-r--r-- | src/net/eathena/skillhandler.cpp | 8 |
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) |