Core/Auras: Implemented SPELL_AURA_KEYBOUND_OVERRIDE
Port From (https://github.com/TrinityCore/TrinityCore/commit/b37333c1d935abe05c854c41bdf7ac6aff7f2882)
This commit is contained in:
@@ -1158,6 +1158,18 @@ namespace Game.Networking.Packets
|
||||
IsFavorite = _worldPacket.HasBit();
|
||||
}
|
||||
}
|
||||
|
||||
class KeyboundOverride : ClientPacket
|
||||
{
|
||||
public KeyboundOverride(WorldPacket packet) : base(packet) { }
|
||||
|
||||
public override void Read()
|
||||
{
|
||||
OverrideID = _worldPacket.ReadUInt16();
|
||||
}
|
||||
|
||||
public ushort OverrideID;
|
||||
}
|
||||
|
||||
//Structs
|
||||
public struct SpellLogPowerData
|
||||
|
||||
Reference in New Issue
Block a user