Scripts/Spells: Fixed mage talent Firestarter (#27576)

Co-authored-by: Shauren <shauren.trinity@gmail.com>
This commit is contained in:
My name is Mud
2022-01-12 23:49:14 +01:00
committed by GitHub
parent 3dceb3622f
commit d6c43b3d63
2 changed files with 55 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_mage_firestarter','spell_mage_firestarter_dots');
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(133, 'spell_mage_firestarter'),
(11366, 'spell_mage_firestarter'),
(321712, 'spell_mage_firestarter_dots');