Fix for MySQL query failure

This commit is contained in:
Uleat 2015-02-18 00:22:05 -05:00
parent ea38fd2421
commit 911a515923

View File

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