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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user