diff options
-rw-r--r-- | src/server/scripts/Commands/cs_account.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/server/scripts/Commands/cs_account.cpp b/src/server/scripts/Commands/cs_account.cpp index bce351e378d..9a99a166f9a 100644 --- a/src/server/scripts/Commands/cs_account.cpp +++ b/src/server/scripts/Commands/cs_account.cpp @@ -700,7 +700,6 @@ public: playerSecurity = SEC_CONSOLE; else playerSecurity = AccountMgr::GetSecurity(handler->GetSession()->GetAccountId(), realmID); - // can set security level only for target with less security and to less security that we have // This also restricts setting handler's own security. |