summaryrefslogtreecommitdiff
path: root/src/net/eathena/playerhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-18 14:57:43 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-18 14:57:43 +0300
commitee633de31c7978ae4a776cce4de86729356e1b1f (patch)
treeedffbdcdb8ff537c37c12ced8f08bc4fc7fe85e1 /src/net/eathena/playerhandler.h
parentb91b2d22683f39703e914bf83a5fc796ae2f5a18 (diff)
downloadplus-ee633de31c7978ae4a776cce4de86729356e1b1f.tar.gz
plus-ee633de31c7978ae4a776cce4de86729356e1b1f.tar.bz2
plus-ee633de31c7978ae4a776cce4de86729356e1b1f.tar.xz
plus-ee633de31c7978ae4a776cce4de86729356e1b1f.zip
eathena: add partial support for packet SMSG_PLAYER_RANK_POINTS 0x097e.
Diffstat (limited to 'src/net/eathena/playerhandler.h')
-rw-r--r--src/net/eathena/playerhandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/playerhandler.h b/src/net/eathena/playerhandler.h
index 016e9baa8..edd6cd897 100644
--- a/src/net/eathena/playerhandler.h
+++ b/src/net/eathena/playerhandler.h
@@ -106,6 +106,8 @@ class PlayerHandler final : public MessageHandler, public Ea::PlayerHandler
static void processPlayerEquipTickAck(Net::MessageIn &msg);
static void processPlayerAutoShadowSpellList(Net::MessageIn &msg);
+
+ static void processPlayerRankPoints(Net::MessageIn &msg);
};
} // namespace EAthena