From d15f1776524df772f2a71d71fe885d996e0ca854 Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Thu, 28 Nov 2024 20:51:05 +0100 Subject: Scripts/Spells: fixed hunter Improved Steady Shot talent --- sql/updates/world/cata_classic/2024_11_28_00_world.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/world/cata_classic/2024_11_28_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/cata_classic/2024_11_28_00_world.sql b/sql/updates/world/cata_classic/2024_11_28_00_world.sql new file mode 100644 index 00000000000..434aeef98c6 --- /dev/null +++ b/sql/updates/world/cata_classic/2024_11_28_00_world.sql @@ -0,0 +1,7 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_hun_improved_steady_shot'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(-53221, 'spell_hun_improved_steady_shot'); + +DELETE FROM `spell_proc` WHERE `SpellId`= -53221; +INSERT INTO `spell_proc` (`SpellId`, `SpellFamilyName`, `SpellTypeMask`, `SpellPhaseMask`) VALUES +(-53221, 9, 0x1, 0x1); -- cgit v1.2.3