diff options
-rw-r--r-- | sql/updates/7349_world_spell_linked_spell.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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 |