From 2997e1dc025258f2e4fc52629cd0c6338c0e689b Mon Sep 17 00:00:00 2001 From: aquadeus Date: Sun, 22 Dec 2024 14:05:21 +0100 Subject: Scripts/Spells: Implement demon hunter talent "Cycle of hatred" --- sql/updates/world/master/2024_12_22_11_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/master/2024_12_22_11_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2024_12_22_11_world.sql b/sql/updates/world/master/2024_12_22_11_world.sql new file mode 100644 index 00000000000..3dd216fdc3e --- /dev/null +++ b/sql/updates/world/master/2024_12_22_11_world.sql @@ -0,0 +1,5 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dh_cycle_of_hatred'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(188499, 'spell_dh_cycle_of_hatred'), +(162794, 'spell_dh_cycle_of_hatred'), +(342817, 'spell_dh_cycle_of_hatred'); -- cgit v1.2.3