summaryrefslogtreecommitdiff
path: root/src/net/eathena/skillhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-04-06 15:31:20 +0300
committerAndrei Karas <akaras@inbox.ru>2016-04-06 15:31:20 +0300
commit382598c07ffb3c64998a8e42c6a245711e86a419 (patch)
tree385a835bf3f5d1fc6e6a77814892d536c1fa7624 /src/net/eathena/skillhandler.h
parent008424242578ca993a03b911a3c737e1faa6141e (diff)
downloadManaVerse-382598c07ffb3c64998a8e42c6a245711e86a419.tar.gz
ManaVerse-382598c07ffb3c64998a8e42c6a245711e86a419.tar.bz2
ManaVerse-382598c07ffb3c64998a8e42c6a245711e86a419.tar.xz
ManaVerse-382598c07ffb3c64998a8e42c6a245711e86a419.zip
Impliment packet CMSG_PK_RANKS 0x0237.
Diffstat (limited to 'src/net/eathena/skillhandler.h')
-rw-r--r--src/net/eathena/skillhandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/skillhandler.h b/src/net/eathena/skillhandler.h
index 09c863dae..77fc6dadb 100644
--- a/src/net/eathena/skillhandler.h
+++ b/src/net/eathena/skillhandler.h
@@ -53,6 +53,8 @@ class SkillHandler final : public Ea::SkillHandler
void getAlchemistRanks() const override final;
void getBlacksmithRanks() const override final;
+
+ void getPkRanks() const override final;
};
} // namespace EAthena