mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
Scripts/Spells: Add triggered spell-handling for Corrupted Ashbringer (item 22691, no longer available through normal means) - original idea by Heisenberg
This commit is contained in:
@@ -2180,6 +2180,7 @@ INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
|
||||
( 52481, 'spell_item_gift_of_the_harvester'),
|
||||
( 45853, 'spell_item_map_of_the_geyser_fields'),
|
||||
( 64981, 'spell_item_vanquished_clutches'),
|
||||
( 28441, 'spell_item_ashbringer'),
|
||||
-- warrior
|
||||
( 12975, 'spell_warr_last_stand'),
|
||||
( 59725, 'spell_warr_improved_spell_reflection'),
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id`=28441;
|
||||
INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES
|
||||
(28441, 'spell_item_ashbringer');
|
||||
Reference in New Issue
Block a user