diff options
author | gildor <none@none> | 2011-02-24 00:07:02 +0000 |
---|---|---|
committer | Nay <dnpd.dd@gmail.com> | 2011-02-24 00:07:02 +0000 |
commit | e15c8a7ffff6a3bff2e242a5ab4ada05dcf6b3a1 (patch) | |
tree | bb79b3918e4b1754c6c95640995cea981a1e2503 | |
parent | f65a55372ee95fac816f572003b7d4381bd6dfe1 (diff) |
DB/Spell linked spell: (Gundrak/Eck) Spell Eck Spit (55814) triggers Eck Residue (55817). Should fix the related achievement.
Closes #673
-rw-r--r-- | sql/updates/world/2011_02_23_9_world_spell_linked_spell.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2011_02_23_9_world_spell_linked_spell.sql b/sql/updates/world/2011_02_23_9_world_spell_linked_spell.sql new file mode 100644 index 00000000000..8a636b3b589 --- /dev/null +++ b/sql/updates/world/2011_02_23_9_world_spell_linked_spell.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_linked_spell` WHERE `spell_trigger` = 55814 AND `spell_effect` = 55817 ; +INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment`) VALUES +(55814, 55817, 1, 'Eck Residue'); |