mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Scripts/Spells: Update Cycle of Hatred talent for patch 11.1 (#30721)
This commit is contained in:
5
sql/updates/world/master/2025_03_11_00_world.sql
Normal file
5
sql/updates/world/master/2025_03_11_00_world.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_dh_cycle_of_hatred', 'spell_dh_cycle_of_hatred_talent', 'spell_dh_cycle_of_hatred_remove_stacks');
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(198013, 'spell_dh_cycle_of_hatred'),
|
||||
(258887, 'spell_dh_cycle_of_hatred_talent'),
|
||||
(1214890, 'spell_dh_cycle_of_hatred_remove_stacks');
|
||||
Reference in New Issue
Block a user