summaryrefslogtreecommitdiff
path: root/src/net/tmwa/guildhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/guildhandler.h')
-rw-r--r--src/net/tmwa/guildhandler.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/net/tmwa/guildhandler.h b/src/net/tmwa/guildhandler.h
index 506de89dd..8395c09db 100644
--- a/src/net/tmwa/guildhandler.h
+++ b/src/net/tmwa/guildhandler.h
@@ -74,13 +74,13 @@ class GuildHandler final : public Ea::GuildHandler, public MessageHandler
void checkMaster() const;
protected:
- void processGuildPositionInfo(Net::MessageIn &msg) const;
+ static void processGuildPositionInfo(Net::MessageIn &msg);
- void processGuildMemberLogin(Net::MessageIn &msg) const;
+ static void processGuildMemberLogin(Net::MessageIn &msg);
- void processGuildExpulsion(Net::MessageIn &msg) const;
+ static void processGuildExpulsion(Net::MessageIn &msg);
- void processGuildExpulsionList(Net::MessageIn &msg) const;
+ static void processGuildExpulsionList(Net::MessageIn &msg);
};
} // namespace TmwAthena