summaryrefslogtreecommitdiff
path: root/src/scripts/Commands/cs_account.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/scripts/Commands/cs_account.cpp')
-rw-r--r--src/scripts/Commands/cs_account.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/Commands/cs_account.cpp b/src/scripts/Commands/cs_account.cpp
index 22596bd939..d5b4bc6444 100644
--- a/src/scripts/Commands/cs_account.cpp
+++ b/src/scripts/Commands/cs_account.cpp
@@ -27,7 +27,7 @@ public:
{
static std::vector<ChatCommand> accountSetCommandTable =
{
- { "addon", SEC_ADMINISTRATOR, true, &HandleAccountSetAddonCommand, "" },
+ { "addon", SEC_GAMEMASTER, true, &HandleAccountSetAddonCommand, "" },
{ "gmlevel", SEC_CONSOLE, true, &HandleAccountSetGmLevelCommand, "" },
{ "password", SEC_CONSOLE, true, &HandleAccountSetPasswordCommand, "" }
};