aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2025-08-25 16:52:17 +0200
committerGitHub <noreply@github.com>2025-08-25 16:52:17 +0200
commit2e26b18851f98d560421bb75a13fb5e425468743 (patch)
tree53f1af351a649280a14db2806e5f8802a3077102 /sql
parent8ffef194b2ff975360777bd808f7322fca649e3d (diff)
Scripts/Spells: Implement hunter talent Master Marksman (#31054)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2025_08_25_01_world.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_08_25_01_world.sql b/sql/updates/world/master/2025_08_25_01_world.sql
new file mode 100644
index 00000000000..6117661d742
--- /dev/null
+++ b/sql/updates/world/master/2025_08_25_01_world.sql
@@ -0,0 +1,7 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_hun_master_marksman';
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(260309,'spell_hun_master_marksman');
+
+DELETE FROM `spell_proc` WHERE `SpellId` IN (260309);
+INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`SpellFamilyMask3`,`ProcFlags`,`ProcFlags2`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES
+(260309,0x00,9,0x00000000,0x00000000,0x00000000,0x00000000,0x0,0x0,0x1,0x2,0x2,0x0,0x0,0,0,0,0); -- Master Marksman