Scripts/Spells: Fix damage on primart target of mage talent Supernova

Port From (https://github.com/TrinityCore/TrinityCore/commit/19a627b23ee2fb00d48fdf24fbdcefeae775455e)
This commit is contained in:
hondacrx
2022-07-04 00:51:14 -04:00
parent bae8363ca3
commit 52e1b6de31
2 changed files with 22 additions and 0 deletions
@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `spell_id` = 157980;
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(157980, 'spell_mage_supernova');