aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2025-04-18 16:05:05 +0200
committerGitHub <noreply@github.com>2025-04-18 16:05:05 +0200
commitd8b790ef0c3ba94da5642389f43eb8c4be506f01 (patch)
tree9b22ec1bc8deede45f1be0ebeb51fadd14a365c8 /sql
parentf2ede236abb922233be53c4879b2d0be1528fd02 (diff)
Scripts/Spells: Implement hunter talent Surging Shots (#30787)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2025_04_18_02_world.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_04_18_02_world.sql b/sql/updates/world/master/2025_04_18_02_world.sql
new file mode 100644
index 00000000000..57419690a1f
--- /dev/null
+++ b/sql/updates/world/master/2025_04_18_02_world.sql
@@ -0,0 +1,7 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_hun_surging_shots';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(391559, 'spell_hun_surging_shots');
+
+DELETE FROM `spell_proc` WHERE `SpellId` IN (391559);
+INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`SpellFamilyMask3`,`ProcFlags`,`ProcFlags2`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES
+(391559,0x00,9,0x00020000,0x00000000,0x00000000,0x00000000,0x0,0x0,0x1,0x2,0x403,0x0,0x0,0,0,0,0); -- Surging Shots