Core/Units: Added helper function to clear boss emote frame and enable SMSG_CLEAR_BOSS_EMOTES

Port From (https://github.com/TrinityCore/TrinityCore/commit/deb24f3f53540733bef15f0a90a1b7e41e76d60e)
This commit is contained in:
hondacrx
2024-02-27 13:58:28 -05:00
parent 29af2a63b7
commit 6a6d36a151
2 changed files with 27 additions and 0 deletions
@@ -334,6 +334,13 @@ namespace Game.Networking.Packets
public int EmoteID;
}
class ClearBossEmotes : ServerPacket
{
public ClearBossEmotes() : base(ServerOpcodes.ClearBossEmotes) { }
public override void Write() { }
}
public class PrintNotification : ServerPacket
{
public PrintNotification(string notifyText) : base(ServerOpcodes.PrintNotification)