aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2025-01-17 12:40:25 +0100
committerGitHub <noreply@github.com>2025-01-17 12:40:25 +0100
commita3b36597d08ea23eafb3ba8da837194e9427dda6 (patch)
treeb428785db147c81053a037ae00e75d8edc176107 /sql
parent95292cdcc8c7615178c3147c2c26160f2b481b17 (diff)
Scripts/Spells: Implement demon hunter talent "Unhindered Assault" (#30547)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2025_01_17_03_world.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_01_17_03_world.sql b/sql/updates/world/master/2025_01_17_03_world.sql
new file mode 100644
index 00000000000..1fdbf248e95
--- /dev/null
+++ b/sql/updates/world/master/2025_01_17_03_world.sql
@@ -0,0 +1,7 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dh_unhindered_assault';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(444931, 'spell_dh_unhindered_assault');
+
+DELETE FROM `spell_proc` WHERE `SpellId` IN (444931);
+INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`SpellFamilyMask3`,`ProcFlags`,`ProcFlags2`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES
+(444931,0x00,107,0x00000008,0x00000000,0x00000000,0x00000000,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0,0,0,0); -- Unhindered Assault