summaryrefslogtreecommitdiff
path: root/src/net/playerhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-14 22:27:47 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-14 22:32:25 +0300
commit6325c78e27607afe99ecc3c3d0cac154ccfd696b (patch)
tree1a54c4fc393df896aff95324224fcca59dcd3183 /src/net/playerhandler.h
parentb53426b0c7651a7f4b727d9a1f2d2ad843ca7470 (diff)
downloadplus-6325c78e27607afe99ecc3c3d0cac154ccfd696b.tar.gz
plus-6325c78e27607afe99ecc3c3d0cac154ccfd696b.tar.bz2
plus-6325c78e27607afe99ecc3c3d0cac154ccfd696b.tar.xz
plus-6325c78e27607afe99ecc3c3d0cac154ccfd696b.zip
eathena: add packet CMSG_PVP_INFO 0x020f.
Diffstat (limited to 'src/net/playerhandler.h')
-rw-r--r--src/net/playerhandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/playerhandler.h b/src/net/playerhandler.h
index bac85039e..1b1a08157 100644
--- a/src/net/playerhandler.h
+++ b/src/net/playerhandler.h
@@ -93,6 +93,8 @@ class PlayerHandler notfinal
virtual void doriDori() const = 0;
virtual void explosionSpirits() const = 0;
+
+ virtual void requestPvpInfo() const = 0;
};
} // namespace Net