summaryrefslogtreecommitdiff
path: root/src/net/eathena/guildhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/guildhandler.h')
-rw-r--r--src/net/eathena/guildhandler.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/net/eathena/guildhandler.h b/src/net/eathena/guildhandler.h
index 8b19ea51d..92ef20612 100644
--- a/src/net/eathena/guildhandler.h
+++ b/src/net/eathena/guildhandler.h
@@ -74,15 +74,15 @@ class GuildHandler final : public Ea::GuildHandler, public MessageHandler
void checkMaster() const;
protected:
- void processGuildUpdateCoords(Net::MessageIn &msg) const;
+ static void processGuildUpdateCoords(Net::MessageIn &msg);
- 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 EAthena