From 38a5956b8544ee43ec4faeba42a40dbee4dcc65f Mon Sep 17 00:00:00 2001 From: Shauren Date: Sun, 22 Dec 2024 14:22:39 +0100 Subject: Scripts/Spells: Added missing Throw Glaive part to Cycle of Hatred implementation --- sql/updates/world/master/2024_12_22_11_world.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'sql/updates') diff --git a/sql/updates/world/master/2024_12_22_11_world.sql b/sql/updates/world/master/2024_12_22_11_world.sql index 3dd216fdc3e..1168df9ad35 100644 --- a/sql/updates/world/master/2024_12_22_11_world.sql +++ b/sql/updates/world/master/2024_12_22_11_world.sql @@ -2,4 +2,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'), +(185123, 'spell_dh_cycle_of_hatred'), (342817, 'spell_dh_cycle_of_hatred'); -- cgit v1.2.3