From f041721f125c71cb554110d21663ff96cd8d6fda Mon Sep 17 00:00:00 2001 From: Shauren Date: Mon, 5 May 2025 13:42:23 +0200 Subject: Scripts/Spells: Implement hunter pvp talent Aspect of the Fox --- sql/updates/world/master/2025_05_05_01_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/master/2025_05_05_01_world.sql (limited to 'sql') 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'); -- cgit v1.2.3