mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-22 13:52:32 +00:00
Fix in npc save feature sql. (iluvseq)
This commit is contained in:
parent
aa405df0e9
commit
2f32950364
@ -6654,7 +6654,7 @@ void command_npcedit(Client *c, const Seperator *sep)
|
|||||||
"SET luclin_haircolor = %i, luclin_beardcolor = %i, "
|
"SET luclin_haircolor = %i, luclin_beardcolor = %i, "
|
||||||
"luclin_hairstyle = %i, luclin_beard = %i, "
|
"luclin_hairstyle = %i, luclin_beard = %i, "
|
||||||
"face = %i, drakkin_heritage = %i, "
|
"face = %i, drakkin_heritage = %i, "
|
||||||
"drakkin_tattoo = %i, drakkin_details = %i, "
|
"drakkin_tattoo = %i, drakkin_details = %i "
|
||||||
"WHERE id = %i",
|
"WHERE id = %i",
|
||||||
target->GetHairColor(), target->GetBeardColor(),
|
target->GetHairColor(), target->GetBeardColor(),
|
||||||
target->GetHairStyle(), target->GetBeard(),
|
target->GetHairStyle(), target->GetBeard(),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user