summaryrefslogtreecommitdiff
path: root/src/scripts/Commands/cs_guild.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/scripts/Commands/cs_guild.cpp')
-rw-r--r--src/scripts/Commands/cs_guild.cpp2
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;
}