Core/Spells: Fixed Dragon's Breath with Living Bomb explosion (#20622)

Close: #19949
This commit is contained in:
Keader
2017-10-16 23:36:40 -02:00
committed by GitHub
parent 5a90251ea2
commit 4eababa9f0
2 changed files with 26 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `scriptname`='spell_mage_dragon_breath';
INSERT INTO `spell_script_names` (`spell_id`,`scriptname`) VALUES
(-31661,'spell_mage_dragon_breath');