mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-22 03:18:22 +00:00
Fix in npc save feature sql. (iluvseq)
This commit is contained in:
+1
-1
@@ -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(),
|
||||||
|
|||||||
Reference in New Issue
Block a user