aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorQAston <none@none>2009-07-19 14:56:18 +0200
committerQAston <none@none>2009-07-19 14:56:18 +0200
commitb16ffa91b166f7964d22ccfc31cc97eeac049969 (patch)
tree3efa54efe62f693f81f74ccf23e9034058d62936 /sql/updates
parent94992adb64544ab6a813f3e244a2e14cf80823f5 (diff)
*Correct diminishing returns for charge and linked spell for Stoneform.
--HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/4510_world_spell_linked_spell.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/4510_world_spell_linked_spell.sql b/sql/updates/4510_world_spell_linked_spell.sql
new file mode 100644
index 00000000000..b92a87bb267
--- /dev/null
+++ b/sql/updates/4510_world_spell_linked_spell.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, 0, 'Stoneform'); \ No newline at end of file