From efd37417530296b29f1417fde5f3a11144d4a97e Mon Sep 17 00:00:00 2001 From: Dr-J Date: Sat, 21 Mar 2015 14:45:30 +0000 Subject: DB/Spell: Dreadsteed - Flame visual By @Killyana Closes #14413 (cherry picked from commit 236e43443c644a9a50cb48ff7300950c928d336c) Conflicts: sql/updates/world/2015_03_21_01_world.sql --- sql/updates/world/2015_03_21_02_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/2015_03_21_02_world.sql (limited to 'sql') diff --git a/sql/updates/world/2015_03_21_02_world.sql b/sql/updates/world/2015_03_21_02_world.sql new file mode 100644 index 00000000000..831bf907912 --- /dev/null +++ b/sql/updates/world/2015_03_21_02_world.sql @@ -0,0 +1,5 @@ +DELETE FROM `spell_linked_spell` WHERE `spell_trigger` = 23161; +INSERT INTO `spell_linked_spell` VALUES (23161, 31725, 0, 'Summon Nightmare'); + +DELETE FROM `spell_linked_spell` WHERE `spell_trigger` = 5784; +INSERT INTO `spell_linked_spell` VALUES (5784, 31725, 0, 'Summon felsteed'); -- cgit v1.2.3