From 4eababa9f065fce940d5f76e280f631047b5ec47 Mon Sep 17 00:00:00 2001 From: Keader Date: Mon, 16 Oct 2017 23:36:40 -0200 Subject: Core/Spells: Fixed Dragon's Breath with Living Bomb explosion (#20622) Close: #19949 --- sql/updates/world/3.3.5/2017_10_16_04_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2017_10_16_04_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2017_10_16_04_world.sql b/sql/updates/world/3.3.5/2017_10_16_04_world.sql new file mode 100644 index 00000000000..d53ea30e4b6 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_10_16_04_world.sql @@ -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'); -- cgit v1.2.3