Scripts/Commands: Cleanup and trinity_string for .go instance.

Port From (https://github.com/TrinityCore/TrinityCore/commit/af8b4853da9e7464d75623bc06851e3290e23d11)
This commit is contained in:
hondacrx
2021-11-02 16:59:53 -04:00
parent d904dbb079
commit 5156f559ec
5 changed files with 259 additions and 129 deletions
+1 -1
View File
@@ -387,7 +387,7 @@ namespace Game.Chat
if (!group.IsRaidGroup())
{
handler.SendSysMessage(CypherStrings.NotInRaidGroup, player.GetName());
handler.SendSysMessage(CypherStrings.GroupNotInRaidGroup, player.GetName());
return false;
}