aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorDr-J <daniel.jarrott0@gmail.com>2015-03-21 14:45:30 +0000
committerDr-J <daniel.jarrott0@gmail.com>2015-03-21 14:45:30 +0000
commit236e43443c644a9a50cb48ff7300950c928d336c (patch)
tree7af6d867f88d5871b49a3f65c07f3a6f0fc31fe7 /sql/updates
parent0f6515750dc882185135a5ef31165e14d7a2c304 (diff)
DB/Spell: Dreadsteed - Flame visual
By @Killyana Closes #14413
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/2015_03_21_01_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2015_03_21_01_world.sql b/sql/updates/world/2015_03_21_01_world.sql
new file mode 100644
index 00000000000..831bf907912
--- /dev/null
+++ b/sql/updates/world/2015_03_21_01_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');