Sorry, hg missed this change.

--HG--
branch : trunk
This commit is contained in:
panaut0lordv
2009-05-21 19:46:56 +02:00
parent 079189bcdb
commit d846ae72ae

View File

@@ -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);