Core: SOme code cleanup, more to follow.
This commit is contained in:
@@ -96,7 +96,7 @@ namespace Game.Chat
|
||||
|
||||
public override ServerPacket Invoke(Locale locale)
|
||||
{
|
||||
ChatPkt packet = new ChatPkt();
|
||||
ChatPkt packet = new();
|
||||
|
||||
string text = Global.ObjectMgr.GetCypherString(_textId, locale);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user