summaryrefslogtreecommitdiff
path: root/src/net/tmwa/playerhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-02 00:13:31 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-06 01:18:55 +0300
commit65d1d4810e79d15e436208dccd865d93c237e5a9 (patch)
tree96396300e4fe69dac17a9a2eba808f5289958554 /src/net/tmwa/playerhandler.h
parentc8bc9c87d58ba40581da09aa30c79b43f47e0cb0 (diff)
downloadplus-65d1d4810e79d15e436208dccd865d93c237e5a9.tar.gz
plus-65d1d4810e79d15e436208dccd865d93c237e5a9.tar.bz2
plus-65d1d4810e79d15e436208dccd865d93c237e5a9.tar.xz
plus-65d1d4810e79d15e436208dccd865d93c237e5a9.zip
Move processPlayerStatUpdate5 from ea namespace into tmwa and eathena.
Diffstat (limited to 'src/net/tmwa/playerhandler.h')
-rw-r--r--src/net/tmwa/playerhandler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/tmwa/playerhandler.h b/src/net/tmwa/playerhandler.h
index 83dacf0ae..f70f59f58 100644
--- a/src/net/tmwa/playerhandler.h
+++ b/src/net/tmwa/playerhandler.h
@@ -59,6 +59,9 @@ class PlayerHandler final : public MessageHandler, public Ea::PlayerHandler
static void processMapMusic(Net::MessageIn &msg);
void respawn() const override final;
+
+ protected:
+ void processPlayerStatUpdate5(Net::MessageIn &msg);
};
} // namespace TmwAthena