aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2017_04_01_00_world.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_04_01_00_world.sql b/sql/updates/world/master/2017_04_01_00_world.sql
new file mode 100644
index 00000000000..33b85a3f393
--- /dev/null
+++ b/sql/updates/world/master/2017_04_01_00_world.sql
@@ -0,0 +1,7 @@
+DELETE FROM `spell_areatrigger` WHERE `SpellMiscId`=5420 AND `AreaTriggerId`=10133;
+INSERT INTO `spell_areatrigger` (`SpellMiscId`,`AreaTriggerId`,`MoveCurveId`,`ScaleCurveId`,`MorphCurveId`,`FacingCurveId`,`DecalPropertiesId`,`TimeToTarget`,`TimeToTargetScale`,`VerifiedBuild`) VALUES
+(5420,10133,0,0,0,0,0,0,7177,23420); -- SpellId : 5740
+
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_warl_rain_of_fire';
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(5740,'spell_warl_rain_of_fire');