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:
Jelle Meeus 2024-05-26 18:12:20 +02:00 committed by GitHub
parent 29dda79638
commit bb1f7622cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 20 additions and 74 deletions

View file

@ -0,0 +1,2 @@
--
UPDATE `spell_proc_event` SET `Cooldown`=600 WHERE `entry`=69762;