diff --git a/data/sql/updates/pending_db_world/rev_1745497441690295560.sql b/data/sql/updates/pending_db_world/rev_1745497441690295560.sql new file mode 100644 index 000000000..9af4508ad --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1745497441690295560.sql @@ -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');