aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/4392_world.sql
diff options
context:
space:
mode:
authorQAston <none@none>2009-07-07 19:46:51 +0200
committerQAston <none@none>2009-07-07 19:46:51 +0200
commitbf4f6b5736dfadb0a9fc707426fae49a5948e5ef (patch)
tree054ab1834949a9781243d665fcdb10d71ffd0639 /sql/updates/4392_world.sql
parentb5efa983516cd9815cf0342da4cdefeb63ac0457 (diff)
*Linked spell entry for stoneform.
--HG-- branch : trunk
Diffstat (limited to 'sql/updates/4392_world.sql')
-rw-r--r--sql/updates/4392_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/4392_world.sql b/sql/updates/4392_world.sql
new file mode 100644
index 00000000000..7be4514cb8c
--- /dev/null
+++ b/sql/updates/4392_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (20594);
+INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES
+( 20594, 65116, 2, 'Stoneform'); \ No newline at end of file