aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/5950_world.sql
diff options
context:
space:
mode:
authorMuhaha <none@none>2009-10-17 18:12:21 +0200
committerMuhaha <none@none>2009-10-17 18:12:21 +0200
commit6438a91592ae9e65ba6a77f2babebb831b61e816 (patch)
tree470bfda32b1d0a255c0bcd61e14461728cb3340b /sql/updates/5950_world.sql
parentfb8b0143072dd6fb91f0ec3760995d4a27c494c7 (diff)
Fix Faerie Fire (feral) - Damage. Original Author: Nevan.
--HG-- branch : trunk
Diffstat (limited to 'sql/updates/5950_world.sql')
-rw-r--r--sql/updates/5950_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/5950_world.sql b/sql/updates/5950_world.sql
new file mode 100644
index 00000000000..379469682be
--- /dev/null
+++ b/sql/updates/5950_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_linked_spell` WHERE `spell_trigger`='16857';
+INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES
+( 16857, 60089, 0, 'Faerie Fire (Feral)');