aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2025-09-20 01:23:12 +0200
committerGitHub <noreply@github.com>2025-09-20 01:23:12 +0200
commitf5d16ebb2f75fb9cb1d829daf21945b5d650d55f (patch)
tree3ecdde83721f97d3fa2fb1014c71f340254721d7 /sql/updates
parent6038523692b2189d9b947defcf79879262ebf303 (diff)
Scripts/Spells: Implement hunter talent Lock and Load (#31258)
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2025_09_20_00_world.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_09_20_00_world.sql b/sql/updates/world/master/2025_09_20_00_world.sql
new file mode 100644
index 00000000000..17ff02af45c
--- /dev/null
+++ b/sql/updates/world/master/2025_09_20_00_world.sql
@@ -0,0 +1,7 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_hun_lock_and_load';
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(194595,'spell_hun_lock_and_load');
+
+DELETE FROM `spell_proc` WHERE `SpellId` IN (194594);
+INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`SpellFamilyMask3`,`ProcFlags`,`ProcFlags2`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES
+(194594,0x00,9,0x00000000,0x00000000,0x00000000,0x00000000,0x0,0x4,0x0,0x0,0x0,0x8,0x0,0,0,0,0); -- Lock and Load