aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2025-09-18 18:43:44 +0200
committerGitHub <noreply@github.com>2025-09-18 18:43:44 +0200
commit739369fb427670b165a002f8d48c65ebf9e7f1dd (patch)
tree97e3c42850f4592e3bf2dfa3c6fb54445308fb66 /sql/updates
parent3a62fefd0a6aeeb8bd15c015be6fc7824a2fc8de (diff)
Scripts/Spells: Implement mage talent Fiery Rush (#31249)
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2025_09_18_00_world.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_09_18_00_world.sql b/sql/updates/world/master/2025_09_18_00_world.sql
new file mode 100644
index 00000000000..da676c00a39
--- /dev/null
+++ b/sql/updates/world/master/2025_09_18_00_world.sql
@@ -0,0 +1,7 @@
+DELETE FROM `spell_proc` WHERE `SpellId` IN (383634);
+INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`SpellFamilyMask3`,`ProcFlags`,`ProcFlags2`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES
+(383634,0x00,3,0x00000000,0x04000000,0x00000000,0x00000000,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0,0,0,0); -- Fiery Rush
+
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_mage_fiery_rush_aura';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(190319, 'spell_mage_fiery_rush_aura');