mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-24 11:42:36 +00:00
Save eyes in #npcedit featuresave (#2178)
This commit is contained in:
parent
8329760632
commit
77e72ba666
@ -549,14 +549,17 @@ void command_npcedit(Client *c, const Seperator *sep)
|
|||||||
std::string query = fmt::format(
|
std::string query = fmt::format(
|
||||||
"UPDATE npc_types "
|
"UPDATE npc_types "
|
||||||
"SET luclin_haircolor = {}, luclin_beardcolor = {}, "
|
"SET luclin_haircolor = {}, luclin_beardcolor = {}, "
|
||||||
|
"luclin_eyecolor = {}, luclin_eyecolor2 = {}, "
|
||||||
"luclin_hairstyle = {}, luclin_beard = {}, "
|
"luclin_hairstyle = {}, luclin_beard = {}, "
|
||||||
"face = {}, drakkin_heritage = {}, "
|
"face = {}, drakkin_heritage = {}, "
|
||||||
"drakkin_tattoo = {}, drakkin_details = {}, "
|
"drakkin_tattoo = {}, drakkin_details = {}, "
|
||||||
"texture = {}, helmtexture = {}, "
|
"texture = {}, helmtexture = {}, "
|
||||||
"gender = {}, size = {:.2f}"
|
"gender = {}, size = {:.2f} "
|
||||||
"WHERE id = {}",
|
"WHERE id = {}",
|
||||||
target->GetHairColor(),
|
target->GetHairColor(),
|
||||||
target->GetBeardColor(),
|
target->GetBeardColor(),
|
||||||
|
target->GetEyeColor1(),
|
||||||
|
target->GetEyeColor2(),
|
||||||
target->GetHairStyle(),
|
target->GetHairStyle(),
|
||||||
target->GetBeard(),
|
target->GetBeard(),
|
||||||
target->GetLuclinFace(),
|
target->GetLuclinFace(),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user