mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-16 17:02: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`, "
|
||||
"name, "
|
||||
"`level`, "
|
||||
"last_login, "
|
||||
"last_login "
|
||||
"FROM "
|
||||
"character_data "
|
||||
"WHERE `account_id` = %i ORDER BY `name` LIMIT %u", GetAccountID(), character_limit);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user