diff --git a/world/client.cpp b/world/client.cpp index 0393f0f65..c0492b7fd 100644 --- a/world/client.cpp +++ b/world/client.cpp @@ -730,7 +730,7 @@ bool Client::HandleEnterWorldPacket(const EQApplicationPacket *app) { "`id`, " "name, " "`level`, " - "last_login, " + "last_login " "FROM " "character_data " "WHERE `account_id` = %i ORDER BY `name` LIMIT %u", GetAccountID(), character_limit);