fix(Core/Spells): Elemental Mastery should only affect Lightning Bolt… (#12499)

* fix(Core/Spells): Elemental Mastery should only affect Lightning Bolt, Chain Lightning and Lava Burst.

Fixes #10903

* Update.
This commit is contained in:
UltraNix
2022-07-24 19:33:05 +02:00
committed by GitHub
parent d2f126710f
commit 5008e633e3
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
--
UPDATE `spell_proc_event` SET `SpellFamilyName`=11, `SpellFamilyMask0`=0x00000003, `SpellFamilyMask1`=0x00001000 WHERE `entry`=16166;