mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 10:05:32 +01:00
Sorry, hg missed this change.
--HG-- branch : trunk
This commit is contained in:
@@ -4082,7 +4082,7 @@ bool ChatHandler::HandleLookupPlayerAccountCommand(const char* args)
|
||||
char* limit_str = strtok (NULL, " ");
|
||||
int32 limit = limit_str ? atoi (limit_str) : -1;
|
||||
|
||||
if (!AccountMgr::normilizeString (account))
|
||||
if (!AccountMgr::normalizeString (account))
|
||||
return false;
|
||||
|
||||
LoginDatabase.escape_string (account);
|
||||
|
||||
Reference in New Issue
Block a user