fix(Scripts/SunwellPlateau): Make Blue Dragon Breath Haste apply 25% haste effect (#21984)
Co-authored-by: Jelle Meeus <sogladev@gmail.com>
This commit is contained in:
parent
e8453a1968
commit
7a84999ef1
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
-- blue dragon 25% haste aura
|
||||
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` = 45856 AND `spell_effect` = 49725;
|
||||
INSERT INTO `spell_linked_spell`
|
||||
(`spell_trigger`, `spell_effect`, `type`, `comment`)
|
||||
VALUES(45856, 49725, 1, 'Power of the Blue Flight - Breath: Haste');
|
||||
Loading…
Add table
Add a link
Reference in a new issue