summaryrefslogtreecommitdiff
path: root/src/net/eathena/playerhandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-15 00:08:20 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-15 00:08:20 +0300
commit64af13a976cbe5cf2d050d3d576f1d008c5a7708 (patch)
tree0468dce60597c1a5942422324d33e75954a22951 /src/net/eathena/playerhandler.cpp
parent96fec2bda470785d384ad14274ca9c6aefda0ae8 (diff)
downloadManaVerse-64af13a976cbe5cf2d050d3d576f1d008c5a7708.tar.gz
ManaVerse-64af13a976cbe5cf2d050d3d576f1d008c5a7708.tar.bz2
ManaVerse-64af13a976cbe5cf2d050d3d576f1d008c5a7708.tar.xz
ManaVerse-64af13a976cbe5cf2d050d3d576f1d008c5a7708.zip
eathena: add support for packet CMSG_PLAYER_AUTO_REVIVE 0x0292.
Diffstat (limited to 'src/net/eathena/playerhandler.cpp')
-rw-r--r--src/net/eathena/playerhandler.cpp5
1 files changed, 5 insertions, 0 deletions
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