mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-18 19:41:30 +00:00
Fix for creating characters failing at name verification
This commit is contained in:
parent
1170b57fd5
commit
36a29dbb9f
@ -391,10 +391,10 @@ bool WorldDatabase::GetStartZoneSoF(PlayerProfile_Struct* in_pp, CharCreate_Stru
|
|||||||
in_pp->x = in_pp->y = in_pp->z = in_pp->heading = in_pp->zone_id = 0;
|
in_pp->x = in_pp->y = in_pp->z = in_pp->heading = in_pp->zone_id = 0;
|
||||||
in_pp->binds[0].x = in_pp->binds[0].y = in_pp->binds[0].z = in_pp->binds[0].zoneId = 0;
|
in_pp->binds[0].x = in_pp->binds[0].y = in_pp->binds[0].z = in_pp->binds[0].zoneId = 0;
|
||||||
|
|
||||||
if(!RunQuery(query, MakeAnyLenString(&query, "SELECT `x`, `y`, ``z, `heading`, `bind_id` "
|
if(!RunQuery(query, MakeAnyLenString(&query, "SELECT x, y, z, heading, bind_id "
|
||||||
" FROM `start_zones` "
|
" FROM start_zones "
|
||||||
" WHERE `zone_id` = %i "
|
" WHERE zone_id = %i "
|
||||||
" AND `player_class` = %i "
|
" AND player_class = %i "
|
||||||
" AND player_deity = %i"
|
" AND player_deity = %i"
|
||||||
" AND player_race = %i",
|
" AND player_race = %i",
|
||||||
in_cc->start_zone,
|
in_cc->start_zone,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user