[Hotfix] "GM flag" vs "GM Flag"

This commit is contained in:
Akkadius
2024-05-04 18:44:19 -05:00
parent 7ad97ce168
commit 405d963005
16 changed files with 33 additions and 33 deletions
+1 -1
View File
@@ -819,7 +819,7 @@ void Client::FinishTrade(Mob* tradingWith, bool finalizer, void* event_entry, st
Message(
Chat::White,
fmt::format(
"Your GM Flag allows you to give {} to {}.",
"Your GM flag allows you to give {} to {}.",
item_link,
GetTargetDescription(tradingWith)
).c_str()