summaryrefslogtreecommitdiff
path: root/src/net/tmwa/playerhandler.h
diff options
context:
space:
mode:
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