mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-23 06:32:28 +00:00
Fix for MySQL query failure
This commit is contained in:
parent
ea38fd2421
commit
911a515923
@ -730,7 +730,7 @@ bool Client::HandleEnterWorldPacket(const EQApplicationPacket *app) {
|
|||||||
"`id`, "
|
"`id`, "
|
||||||
"name, "
|
"name, "
|
||||||
"`level`, "
|
"`level`, "
|
||||||
"last_login, "
|
"last_login "
|
||||||
"FROM "
|
"FROM "
|
||||||
"character_data "
|
"character_data "
|
||||||
"WHERE `account_id` = %i ORDER BY `name` LIMIT %u", GetAccountID(), character_limit);
|
"WHERE `account_id` = %i ORDER BY `name` LIMIT %u", GetAccountID(), character_limit);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user