From 6cdacbd313fa6f426ada895feead584797ff8caf Mon Sep 17 00:00:00 2001 From: Brian Date: Tue, 16 Feb 2010 15:36:19 -0700 Subject: * Removed hack for summon water elemental * Proper handling for Glyph of Eternal Water * Summoned water elemental still doesn't last forever, but the right spells * are cast in the right situations. * Credits to Edrinn --HG-- branch : trunk --- sql/updates/7370_world_spell_linked_spell.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/7370_world_spell_linked_spell.sql (limited to 'sql/updates') diff --git a/sql/updates/7370_world_spell_linked_spell.sql b/sql/updates/7370_world_spell_linked_spell.sql new file mode 100644 index 00000000000..2c6910501ab --- /dev/null +++ b/sql/updates/7370_world_spell_linked_spell.sql @@ -0,0 +1,2 @@ +-- Remove hack for glyph of Eternal Water +DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=31687 AND `spell_effect`=70907; -- cgit v1.2.3