Scripts/Spells: Fix damage on primart target of mage talent Supernova (#28061)

This commit is contained in:
Aqua Deus
2022-07-03 18:01:29 +02:00
committed by GitHub
parent ebf1b6eb5c
commit 19a627b23e
2 changed files with 25 additions and 0 deletions

View File

@@ -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');