Core/Spells: Unify Bloodlust spells for all classes (#28927)

Co-authored-by: ModoX <moardox@gmail.com>
This commit is contained in:
Teleqraph
2023-04-17 06:51:37 +02:00
committed by GitHub
parent 6ba619d26e
commit 1b3f93aa0f
5 changed files with 90 additions and 123 deletions

View File

@@ -0,0 +1,13 @@
DELETE FROM `spell_script_names` WHERE `spell_id` IN (2825, 32182, 80353, 264667, 390386, 146555, 178207, 230935, 256740, 309658, 381301);
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(2825, 'spell_sha_bloodlust'),
(32182, 'spell_sha_heroism'),
(80353, 'spell_mage_time_warp'),
(264667, 'spell_hun_primal_rage'),
(390386, 'spell_evo_fury_of_the_aspects'),
(146555, 'spell_item_bloodlust_drums'),
(178207, 'spell_item_bloodlust_drums'),
(230935, 'spell_item_bloodlust_drums'),
(256740, 'spell_item_bloodlust_drums'),
(309658, 'spell_item_bloodlust_drums'),
(381301, 'spell_item_bloodlust_drums');