From 77e72ba666d85062741940c443065cb208079ea0 Mon Sep 17 00:00:00 2001 From: hg <4683435+hgtw@users.noreply.github.com> Date: Sun, 15 May 2022 19:12:22 -0400 Subject: [PATCH] Save eyes in #npcedit featuresave (#2178) --- zone/gm_commands/npcedit.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zone/gm_commands/npcedit.cpp b/zone/gm_commands/npcedit.cpp index 62d508bc0..1332a61e6 100755 --- a/zone/gm_commands/npcedit.cpp +++ b/zone/gm_commands/npcedit.cpp @@ -549,14 +549,17 @@ void command_npcedit(Client *c, const Seperator *sep) std::string query = fmt::format( "UPDATE npc_types " "SET luclin_haircolor = {}, luclin_beardcolor = {}, " + "luclin_eyecolor = {}, luclin_eyecolor2 = {}, " "luclin_hairstyle = {}, luclin_beard = {}, " "face = {}, drakkin_heritage = {}, " "drakkin_tattoo = {}, drakkin_details = {}, " "texture = {}, helmtexture = {}, " - "gender = {}, size = {:.2f}" + "gender = {}, size = {:.2f} " "WHERE id = {}", target->GetHairColor(), target->GetBeardColor(), + target->GetEyeColor1(), + target->GetEyeColor2(), target->GetHairStyle(), target->GetBeard(), target->GetLuclinFace(),