From 64af13a976cbe5cf2d050d3d576f1d008c5a7708 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 15 Sep 2014 00:08:20 +0300 Subject: eathena: add support for packet CMSG_PLAYER_AUTO_REVIVE 0x0292. --- src/net/eathena/playerhandler.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/net/eathena/playerhandler.cpp') diff --git a/src/net/eathena/playerhandler.cpp b/src/net/eathena/playerhandler.cpp index 963a29c52..33a8c611e 100644 --- a/src/net/eathena/playerhandler.cpp +++ b/src/net/eathena/playerhandler.cpp @@ -415,4 +415,9 @@ void PlayerHandler::processPvpInfo(Net::MessageIn &msg) msg.readInt32("pvp point"); } +void PlayerHandler::revive() const +{ + MessageOut outMsg(CMSG_PLAYER_AUTO_REVIVE); +} + } // namespace EAthena -- cgit v1.2.3-70-g09d2