From c356e0af255e6947db7bed3d212aa42779b648c2 Mon Sep 17 00:00:00 2001 From: Aqua Deus <95978183+aquadeus@users.noreply.github.com> Date: Sun, 24 Aug 2025 16:03:22 +0200 Subject: Scripts/Spells: Implement hunter talent Penetrating Shots (#30784) --- sql/updates/world/master/2025_08_24_01_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2025_08_24_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2025_08_24_01_world.sql b/sql/updates/world/master/2025_08_24_01_world.sql new file mode 100644 index 00000000000..a9574a3dc06 --- /dev/null +++ b/sql/updates/world/master/2025_08_24_01_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_hun_penetrating_shots'; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(459783,'spell_hun_penetrating_shots'); -- cgit v1.2.3