fix(DB/Commands): align core and DB (#4479)

This commit is contained in:
Francesco Borzì
2021-02-08 23:45:00 +01:00
committed by GitHub
parent 05a8217270
commit 3c670cb5a0
6 changed files with 20 additions and 11 deletions

View File

@@ -63,8 +63,8 @@ public:
static std::vector<ChatCommand> morphCommandTable =
{
{ "reset", SEC_GAMEMASTER, false, &HandleMorphResetCommand, "" },
{ "target", SEC_GAMEMASTER, false, &HandleMorphTargetCommand, "" }
{ "reset", SEC_MODERATOR, false, &HandleMorphResetCommand, "" },
{ "target", SEC_MODERATOR, false, &HandleMorphTargetCommand, "" }
};
static std::vector<ChatCommand> commandTable =