aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2025-08-24 16:03:22 +0200
committerGitHub <noreply@github.com>2025-08-24 16:03:22 +0200
commitc356e0af255e6947db7bed3d212aa42779b648c2 (patch)
treeacb12c10a68c7ac2479bc59c98b101cc77204f77 /sql/updates
parentb0de792bb8b904bf59bebc45aa3cf6ba6672b032 (diff)
Scripts/Spells: Implement hunter talent Penetrating Shots (#30784)
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2025_08_24_01_world.sql3
1 files changed, 3 insertions, 0 deletions
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');