diff options
| author | Dr-J <daniel.jarrott0@gmail.com> | 2015-03-21 14:45:30 +0000 |
|---|---|---|
| committer | Nayd <dnpd.dd@gmail.com> | 2015-03-21 22:47:12 +0000 |
| commit | efd37417530296b29f1417fde5f3a11144d4a97e (patch) | |
| tree | d045caf9cc0876381c54c9b5ee9c7759c9d2f67c | |
| parent | 9c8b56d8f0650017310c944954f1fc1e49a06696 (diff) | |
DB/Spell: Dreadsteed - Flame visual
By @Killyana
Closes #14413
(cherry picked from commit 236e43443c644a9a50cb48ff7300950c928d336c)
Conflicts:
sql/updates/world/2015_03_21_01_world.sql
| -rw-r--r-- | sql/updates/world/2015_03_21_02_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
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'); |
