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

@@ -28,7 +28,7 @@ public:
{
static std::vector<ChatCommand> resetCommandTable =
{
{ "achievements", SEC_ADMINISTRATOR, true, &HandleResetAchievementsCommand, "" },
{ "achievements", SEC_CONSOLE, true, &HandleResetAchievementsCommand, "" },
{ "honor", SEC_ADMINISTRATOR, true, &HandleResetHonorCommand, "" },
{ "level", SEC_ADMINISTRATOR, true, &HandleResetLevelCommand, "" },
{ "spells", SEC_ADMINISTRATOR, true, &HandleResetSpellsCommand, "" },