diff --git a/data/sql/updates/pending_db_world/rev_1773945980134291128.sql b/data/sql/updates/pending_db_world/rev_1773945980134291128.sql new file mode 100644 index 000000000..6de026bd8 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1773945980134291128.sql @@ -0,0 +1,3 @@ +-- Spirit Burn (54647) - Add 10s internal cooldown +DELETE FROM `spell_proc` WHERE `SpellId` = 54647; +INSERT INTO `spell_proc` (`SpellId`, `Cooldown`) VALUES (54647, 8000);