mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 01:37:37 +01:00
Core/Spells: Fixed Dragon's Breath with Living Bomb explosion (#20622)
Close: #19949
This commit is contained in:
3
sql/updates/world/3.3.5/2017_10_16_04_world.sql
Normal file
3
sql/updates/world/3.3.5/2017_10_16_04_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user