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 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 |