summaryrefslogtreecommitdiff
path: root/src/net/eathena/playerhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-14 23:32:08 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-14 23:32:08 +0300
commit96fec2bda470785d384ad14274ca9c6aefda0ae8 (patch)
tree628d114892df3097ea8e04f5ec017b3addc5c897 /src/net/eathena/playerhandler.h
parent6325c78e27607afe99ecc3c3d0cac154ccfd696b (diff)
downloadplus-96fec2bda470785d384ad14274ca9c6aefda0ae8.tar.gz
plus-96fec2bda470785d384ad14274ca9c6aefda0ae8.tar.bz2
plus-96fec2bda470785d384ad14274ca9c6aefda0ae8.tar.xz
plus-96fec2bda470785d384ad14274ca9c6aefda0ae8.zip
eathena: add partial support for packet SMSG_PVP_INFO 0x0210.
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 5c06b5473..b58c1a752 100644
--- a/src/net/eathena/playerhandler.h
+++ b/src/net/eathena/playerhandler.h
@@ -75,6 +75,8 @@ class PlayerHandler final : public MessageHandler, public Ea::PlayerHandler
void processPlayerGetExp(Net::MessageIn &msg);
+ void processPvpInfo(Net::MessageIn &msg);
+
static void processWalkResponse(Net::MessageIn &msg);
};