diff options
Diffstat (limited to 'src/net/eathena/homunculushandler.h')
-rw-r--r-- | src/net/eathena/homunculushandler.h | 10 |
1 files changed, 5 insertions, 5 deletions
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 |