From d641365b3b8e3aac2c918c3a2bc10acfbd960813 Mon Sep 17 00:00:00 2001 From: ShinDarth Date: Sun, 21 Aug 2016 20:50:02 +0200 Subject: Script/Commands: fix all command permissions --- src/scripts/Commands/cs_guild.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/scripts/Commands/cs_guild.cpp') 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 commandTable = { - { "guild", SEC_ADMINISTRATOR, true, nullptr, "", guildCommandTable } + { "guild", SEC_GAMEMASTER, true, nullptr, "", guildCommandTable } }; return commandTable; } -- cgit v1.2.3