fix(ICC/Sindragosa): add a cooldown to proccing Unchained Magic (#18901)
* add cooldown to proc * convert to spell and aurascript pair macro * remove no longer needed validate override * set cooldown with Cooldown field in table spell_proc_event
This commit is contained in:
parent
29dda79638
commit
bb1f7622cc
2 changed files with 20 additions and 74 deletions
|
|
@ -0,0 +1,2 @@
|
|||
--
|
||||
UPDATE `spell_proc_event` SET `Cooldown`=600 WHERE `entry`=69762;
|
||||
Loading…
Add table
Add a link
Reference in a new issue