From d036ceb193139ada2322c0f3b16991d09301878f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 20 Apr 2016 02:28:34 +0300 Subject: Add packet CMSG_TAEKWON_RANKS 0x0225 --- src/net/eathena/skillhandler.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/net/eathena/skillhandler.cpp') 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) -- cgit v1.2.3-60-g2f50