summaryrefslogtreecommitdiff
path: root/src/net/tmwa/skillhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/skillhandler.h')
-rw-r--r--src/net/tmwa/skillhandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tmwa/skillhandler.h b/src/net/tmwa/skillhandler.h
index db808ad68..cec58bbac 100644
--- a/src/net/tmwa/skillhandler.h
+++ b/src/net/tmwa/skillhandler.h
@@ -54,7 +54,7 @@ class SkillHandler final : public MessageHandler, public Ea::SkillHandler
protected:
static void processSkillFailed(Net::MessageIn &msg);
- void processPlayerSkills(Net::MessageIn &msg);
+ static void processPlayerSkills(Net::MessageIn &msg);
};
} // namespace TmwAthena