Core/Chat: Provide a fully-formed protocol for addons to interact with GM commands
Port From (https://github.com/TrinityCore/TrinityCore/commit/42c65c3bc22f97a96d9db481997d74e7103f8e64)
This commit is contained in:
@@ -58,7 +58,7 @@ namespace Game.Chat
|
||||
return false;
|
||||
|
||||
handler.SendSysMessage(CypherStrings.AvailableCmd);
|
||||
handler.SendSysMessage("{0}", list);
|
||||
handler.SendSysMessage(list);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user