aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authormaanuel <none@none>2009-12-20 21:08:53 -0300
committermaanuel <none@none>2009-12-20 21:08:53 -0300
commit89fa7cf367afacc0520e4ec888989e91394ddca7 (patch)
treeecbfdf847c4249615cc23cf2a772cc5ea1baae88 /sql/updates
parent206f472ccf1a3e951d0985fdeb87c63c22d4c3ac (diff)
Support for spell Emerge Summon (54851) used by Drakkari Colossus. Please apply too the sql fix for commit 6674 on tdb forums.
--HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/6675_world_spell_linked_spell.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/6675_world_spell_linked_spell.sql b/sql/updates/6675_world_spell_linked_spell.sql
new file mode 100644
index 00000000000..78b0d69e3ae
--- /dev/null
+++ b/sql/updates/6675_world_spell_linked_spell.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=54850;
+INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES
+(54850, 54851, 1, 'Emerge - Emerge Summon');