mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 12:41:30 +00:00
[Cleanup] Fix #set race 0 Message (#5004)
This commit is contained in:
parent
02f66de679
commit
0c65a4febe
@ -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(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user