From bfdde379f0daa69df234ec086468a38748055a54 Mon Sep 17 00:00:00 2001 From: n0n4m3 Date: Mon, 15 Feb 2010 16:34:18 +0100 Subject: Restore work talent Summon Water Elemental. --HG-- branch : trunk --- sql/updates/7349_world_spell_linked_spell.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/7349_world_spell_linked_spell.sql (limited to 'sql') diff --git a/sql/updates/7349_world_spell_linked_spell.sql b/sql/updates/7349_world_spell_linked_spell.sql new file mode 100644 index 00000000000..df64792e941 --- /dev/null +++ b/sql/updates/7349_world_spell_linked_spell.sql @@ -0,0 +1,2 @@ +-- Summon Water Elemental +INSERT INTO `spell_linked_spell`(`spell_trigger`,`spell_effect`,`type`,`comment`) VALUES (31687, 70907, 0,'Summon Water Elemental'); \ No newline at end of file -- cgit v1.2.3