From cd7c69edecf4b04ad7c2b40092d29b0444acfa28 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 17 Oct 2014 21:50:05 +0300 Subject: Add static in homunculushandler. --- src/net/eathena/homunculushandler.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/net/eathena/homunculushandler.h') diff --git a/src/net/eathena/homunculushandler.h b/src/net/eathena/homunculushandler.h index 08acc9e94..d8f9b2154 100644 --- a/src/net/eathena/homunculushandler.h +++ b/src/net/eathena/homunculushandler.h @@ -50,15 +50,15 @@ class HomunculusHandler final : public MessageHandler, void fire() const override final; protected: - void processHomunculusSkills(Net::MessageIn &msg); + static void processHomunculusSkills(Net::MessageIn &msg); - void processHomunculusData(Net::MessageIn &msg); + static void processHomunculusData(Net::MessageIn &msg); - void processHomunculusInfo(Net::MessageIn &msg); + static void processHomunculusInfo(Net::MessageIn &msg); - void processHomunculusSkillUp(Net::MessageIn &msg); + static void processHomunculusSkillUp(Net::MessageIn &msg); - void processHomunculusFood(Net::MessageIn &msg); + static void processHomunculusFood(Net::MessageIn &msg); }; } // namespace EAthena -- cgit v1.2.3-60-g2f50