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