mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-28 16:16:27 +00:00
feat(DB): Add column for comment (spell_cooldown_overrides) (#17487)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user