mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-04 08:07:09 +01:00
Core/Accounts: prevent existing account ban from being updated (#21836)
Cherry-picked from fbb2b165
This commit is contained in:
@@ -232,6 +232,9 @@ public:
|
||||
}
|
||||
handler->SetSentErrorMessage(true);
|
||||
return false;
|
||||
case BAN_EXISTS:
|
||||
handler->PSendSysMessage(LANG_BAN_EXISTS);
|
||||
break;
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user