diff options
author | Dr-J <daniel.jarrott0@gmail.com> | 2015-03-21 14:45:30 +0000 |
---|---|---|
committer | Dr-J <daniel.jarrott0@gmail.com> | 2015-03-21 14:45:30 +0000 |
commit | 236e43443c644a9a50cb48ff7300950c928d336c (patch) | |
tree | 7af6d867f88d5871b49a3f65c07f3a6f0fc31fe7 | |
parent | 0f6515750dc882185135a5ef31165e14d7a2c304 (diff) |
DB/Spell: Dreadsteed - Flame visual
By @Killyana
Closes #14413
-rw-r--r-- | sql/updates/world/2015_03_21_01_world.sql | 5 |
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'); |