fix(Scripts/Spells): Moonkin Form passive aura should not proc off fr… (#12815)

...om AoE spells.
This commit is contained in:
UltraNix
2022-08-28 07:05:05 +02:00
committed by GitHub
parent 9ae2b93514
commit d1562d9f1e
2 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `spell_script_names` WHERE `spell_id`=24905;
INSERT INTO `spell_script_names` VALUES
(24905,'spell_dru_moonkin_form_passive_proc');