From 6dab3791ae7c810114ac1d5dbdd3b018813e2a97 Mon Sep 17 00:00:00 2001 From: ModoX Date: Thu, 24 Oct 2024 23:49:56 +0200 Subject: Scripts/Spells: Implemented Demon Hunter Vengeful Bonds Closes #30345 --- sql/updates/world/master/2024_10_24_03_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2024_10_24_03_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2024_10_24_03_world.sql b/sql/updates/world/master/2024_10_24_03_world.sql new file mode 100644 index 00000000000..b7ee57d479c --- /dev/null +++ b/sql/updates/world/master/2024_10_24_03_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `spell_id`=198813 AND `ScriptName`='spell_dh_vengeful_retreat_damage'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(198813, 'spell_dh_vengeful_retreat_damage'); -- cgit v1.2.3