fix(DB/Commands): align core and DB (#4479)
This commit is contained in:
parent
05a8217270
commit
3c670cb5a0
6 changed files with 20 additions and 11 deletions
|
|
@ -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, "" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue