mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
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:
@@ -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');
|
||||
Reference in New Issue
Block a user