diff options
Diffstat (limited to 'src/scripts/Commands/cs_guild.cpp')
-rw-r--r-- | src/scripts/Commands/cs_guild.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/Commands/cs_guild.cpp b/src/scripts/Commands/cs_guild.cpp index f8ae16d58b..6389430608 100644 --- a/src/scripts/Commands/cs_guild.cpp +++ b/src/scripts/Commands/cs_guild.cpp @@ -35,7 +35,7 @@ public: }; static std::vector<ChatCommand> commandTable = { - { "guild", SEC_ADMINISTRATOR, true, nullptr, "", guildCommandTable } + { "guild", SEC_GAMEMASTER, true, nullptr, "", guildCommandTable } }; return commandTable; } |