Script/Commands: fix all command permissions

This commit is contained in:
ShinDarth
2016-08-21 20:50:02 +02:00
parent 1e5af6d3be
commit d641365b3b
31 changed files with 991 additions and 456 deletions

View File

@@ -35,7 +35,7 @@ public:
};
static std::vector<ChatCommand> commandTable =
{
{ "guild", SEC_ADMINISTRATOR, true, nullptr, "", guildCommandTable }
{ "guild", SEC_GAMEMASTER, true, nullptr, "", guildCommandTable }
};
return commandTable;
}