diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/game/Level2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Level2.cpp b/src/game/Level2.cpp index 359e76bf0ac..d9516835201 100644 --- a/src/game/Level2.cpp +++ b/src/game/Level2.cpp @@ -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); |