mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-29 05:41:29 +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, "
|
||||
"luclin_hairstyle = %i, luclin_beard = %i, "
|
||||
"face = %i, drakkin_heritage = %i, "
|
||||
"drakkin_tattoo = %i, drakkin_details = %i, "
|
||||
"drakkin_tattoo = %i, drakkin_details = %i "
|
||||
"WHERE id = %i",
|
||||
target->GetHairColor(), target->GetBeardColor(),
|
||||
target->GetHairStyle(), target->GetBeard(),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user