From ae28344083a510c5007ae6813e2e85ad2e155f33 Mon Sep 17 00:00:00 2001 From: Aqua Deus <95978183+aquadeus@users.noreply.github.com> Date: Sun, 29 Dec 2024 22:56:24 +0100 Subject: Scripts/Spells: Implement demon hunter talent "Shattered Destiny" (#30536) --- sql/updates/world/master/2024_12_29_04_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2024_12_29_04_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2024_12_29_04_world.sql b/sql/updates/world/master/2024_12_29_04_world.sql new file mode 100644 index 00000000000..31c8b465c40 --- /dev/null +++ b/sql/updates/world/master/2024_12_29_04_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dh_shattered_destiny'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(388116, 'spell_dh_shattered_destiny'); -- cgit v1.2.3