feat(DB): Add column for comment (spell_cooldown_overrides) (#17487)

This commit is contained in:
avarishd
2023-10-22 01:00:30 +03:00
committed by GitHub
parent 25328b54f9
commit 1894e13a09

View File

@@ -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;