Scripts/Spells: Added proc requirements to a few auras that have SPELL_ATTR3_CAN_PROC_FROM_PROCS attribute

Port From (https://github.com/TrinityCore/TrinityCore/commit/a265672e5438acba781354b12614791791643881)
This commit is contained in:
hondacrx
2023-04-25 17:12:30 -04:00
parent 7e31dfce4a
commit c76fcebeb3
3 changed files with 52 additions and 4 deletions
@@ -96,7 +96,7 @@ namespace Game.Networking.Packets
public byte Slot;
}
class PlayerAzeriteItemEquippedStatusChanged : ServerPacket
public class PlayerAzeriteItemEquippedStatusChanged : ServerPacket
{
public PlayerAzeriteItemEquippedStatusChanged() : base(ServerOpcodes.PlayerAzeriteItemEquippedStatusChanged) { }