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_reset.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/scripts/Commands/cs_reset.cpp') diff --git a/src/scripts/Commands/cs_reset.cpp b/src/scripts/Commands/cs_reset.cpp index d05ace9dd3..efeb967442 100644 --- a/src/scripts/Commands/cs_reset.cpp +++ b/src/scripts/Commands/cs_reset.cpp @@ -34,11 +34,11 @@ public: { "spells", SEC_ADMINISTRATOR, true, &HandleResetSpellsCommand, "" }, { "stats", SEC_ADMINISTRATOR, true, &HandleResetStatsCommand, "" }, { "talents", SEC_ADMINISTRATOR, true, &HandleResetTalentsCommand, "" }, - { "all", SEC_ADMINISTRATOR, true, &HandleResetAllCommand, "" } + { "all", SEC_CONSOLE, true, &HandleResetAllCommand, "" } }; static std::vector commandTable = { - { "reset", SEC_ADMINISTRATOR, true, nullptr, "", resetCommandTable } + { "reset", SEC_ADMINISTRATOR, true, nullptr, "", resetCommandTable } }; return commandTable; } -- cgit v1.2.3