From 0c65a4febe402d4d395e50435ee1047cb6acc25a Mon Sep 17 00:00:00 2001 From: Alex King <89047260+Kinglykrab@users.noreply.github.com> Date: Fri, 29 Aug 2025 20:08:03 -0400 Subject: [PATCH] [Cleanup] Fix #set race 0 Message (#5004) --- zone/gm_commands/set/race.cpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/zone/gm_commands/set/race.cpp b/zone/gm_commands/set/race.cpp index 48bb11f0c..4a5f86c31 100755 --- a/zone/gm_commands/set/race.cpp +++ b/zone/gm_commands/set/race.cpp @@ -44,6 +44,19 @@ void SetRace(Client *c, const Seperator *sep) } ); + if (race_id == Race::Doug) { + c->Message( + Chat::White, + fmt::format( + "{} {} been returned to {} base race.", + c->GetTargetDescription(t, TargetDescriptionType::UCYou), + c == t ? "have" : "has", + c == t ? "your" : "their" + ).c_str() + ); + return; + } + c->Message( Chat::White, fmt::format(