aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2025-05-05 13:42:23 +0200
committerShauren <shauren.trinity@gmail.com>2025-05-05 13:42:23 +0200
commitf041721f125c71cb554110d21663ff96cd8d6fda (patch)
tree7aa983ce3466c4207c7400cb5a5ac686a47a0000 /sql
parent753fc3c3e0022e8d1a5d1c576342c211bcec4dd7 (diff)
Scripts/Spells: Implement hunter pvp talent Aspect of the Fox
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2025_05_05_01_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_05_05_01_world.sql b/sql/updates/world/master/2025_05_05_01_world.sql
new file mode 100644
index 00000000000..b126ee45246
--- /dev/null
+++ b/sql/updates/world/master/2025_05_05_01_world.sql
@@ -0,0 +1,4 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_hun_aspect_of_the_fox';
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(186257,'spell_hun_aspect_of_the_fox'),
+(186258,'spell_hun_aspect_of_the_fox');