summaryrefslogtreecommitdiff
path: root/src/net/eathena/playerhandler.cpp
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/eathena/playerhandler.cpp
parentb53426b0c7651a7f4b727d9a1f2d2ad843ca7470 (diff)
downloadmv-6325c78e27607afe99ecc3c3d0cac154ccfd696b.tar.gz
mv-6325c78e27607afe99ecc3c3d0cac154ccfd696b.tar.bz2
mv-6325c78e27607afe99ecc3c3d0cac154ccfd696b.tar.xz
mv-6325c78e27607afe99ecc3c3d0cac154ccfd696b.zip
eathena: add packet CMSG_PVP_INFO 0x020f.
Diffstat (limited to 'src/net/eathena/playerhandler.cpp')
-rw-r--r--src/net/eathena/playerhandler.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/net/eathena/playerhandler.cpp b/src/net/eathena/playerhandler.cpp
index 52e3d0b6f..62eaef408 100644
--- a/src/net/eathena/playerhandler.cpp
+++ b/src/net/eathena/playerhandler.cpp
@@ -394,4 +394,11 @@ void PlayerHandler::explosionSpirits() const
MessageOut outMsg(CMSG_EXPLOSION_SPIRITS);
}
+void PlayerHandler::requestPvpInfo() const
+{
+ MessageOut outMsg(CMSG_PVP_INFO);
+ outMsg.writeInt32(0, "char id");
+ outMsg.writeInt32(0, "account id");
+}
+
} // namespace EAthena