summaryrefslogtreecommitdiff
path: root/src/net/tmwa/playerhandler.h
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/tmwa/playerhandler.h
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/tmwa/playerhandler.h')
-rw-r--r--src/net/tmwa/playerhandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/tmwa/playerhandler.h b/src/net/tmwa/playerhandler.h
index 7a0c5cb54..213d8596d 100644
--- a/src/net/tmwa/playerhandler.h
+++ b/src/net/tmwa/playerhandler.h
@@ -77,6 +77,8 @@ class PlayerHandler final : public MessageHandler, public Ea::PlayerHandler
void requestPvpInfo() const override final;
+ void revive() const override final;
+
protected:
void processPlayerStatUpdate5(Net::MessageIn &msg);