From 382598c07ffb3c64998a8e42c6a245711e86a419 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 6 Apr 2016 15:31:20 +0300 Subject: Impliment packet CMSG_PK_RANKS 0x0237. --- 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 f6e1a52b0..5cc6317a2 100644 --- a/src/net/eathena/skillhandler.cpp +++ b/src/net/eathena/skillhandler.cpp @@ -93,4 +93,12 @@ void SkillHandler::getBlacksmithRanks() const } } +void SkillHandler::getPkRanks() const +{ + if (packetVersion >= 20050530) + { + createOutPacket(CMSG_PK_RANKS); + } +} + } // namespace EAthena -- cgit v1.2.3-70-g09d2