aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/world/master
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2024-12-22 14:22:39 +0100
committerShauren <shauren.trinity@gmail.com>2024-12-22 15:13:53 +0100
commit38a5956b8544ee43ec4faeba42a40dbee4dcc65f (patch)
tree3ee632a658b108edabdfaf4620adb66dcac3df5d /sql/updates/world/master
parent2997e1dc025258f2e4fc52629cd0c6338c0e689b (diff)
Scripts/Spells: Added missing Throw Glaive part to Cycle of Hatred implementation
Diffstat (limited to 'sql/updates/world/master')
-rw-r--r--sql/updates/world/master/2024_12_22_11_world.sql1
1 files changed, 1 insertions, 0 deletions
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');