aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorQAston <none@none>2009-07-27 17:32:56 +0200
committerQAston <none@none>2009-07-27 17:32:56 +0200
commite8f8b66636cbcd5d9995ce8b3bb64afb5a835851 (patch)
tree1409cf41ef5e567aa1b41d5623054d4f4a087f27 /sql/updates
parente3ef5da919bc88e851cb7fc878f118f127270954 (diff)
*Implement immunity removal part for Shattering Throw ability - by thenecromancer.
--HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/4615_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/4615_world.sql b/sql/updates/4615_world.sql
new file mode 100644
index 00000000000..8b5ad1ac379
--- /dev/null
+++ b/sql/updates/4615_world.sql
@@ -0,0 +1,5 @@
+DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN(47585, 64382);
+INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES
+( 47585, 60069, 2, 'Dispersion (transform/regen)'),
+( 64382, 64380, 0, 'Shattering Throw'),
+( 47585, 63230, 2, 'Dispersion (immunity)');