diff --git a/data/sql/updates/pending_db_world/rev_1697055881866266500.sql b/data/sql/updates/pending_db_world/rev_1697055881866266500.sql new file mode 100644 index 000000000..ba35360a6 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1697055881866266500.sql @@ -0,0 +1,10 @@ +-- +ALTER TABLE `spell_cooldown_overrides` + ADD COLUMN `Comment` TEXT; + +UPDATE `spell_cooldown_overrides` SET `Comment`='Karazhan Chest - Heroism' WHERE `Id`=37471; +UPDATE `spell_cooldown_overrides` SET `Comment`='Karazhan Chest - Bloodlust' WHERE `Id`=37472; +UPDATE `spell_cooldown_overrides` SET `Comment`='Fel Reaver Sentinel - Turbo Boost' WHERE `Id`=37920; +UPDATE `spell_cooldown_overrides` SET `Comment`='Fel Reaver Sentinel - World Breaker' WHERE `Id`=38006; +UPDATE `spell_cooldown_overrides` SET `Comment`='Fel Reaver Sentinel - Sonic Boom' WHERE `Id`=38052; +UPDATE `spell_cooldown_overrides` SET `Comment`='Fel Reaver Sentinel - Destroy Deathforged Infernal' WHERE `Id`=38055;