From 6325c78e27607afe99ecc3c3d0cac154ccfd696b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 14 Sep 2014 22:27:47 +0300 Subject: eathena: add packet CMSG_PVP_INFO 0x020f. --- src/net/eathena/playerhandler.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/net/eathena/playerhandler.cpp') 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 -- cgit v1.2.3-70-g09d2