aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/1018_world.sql
diff options
context:
space:
mode:
authorBlaymoira <none@none>2009-02-08 00:39:11 +0100
committerBlaymoira <none@none>2009-02-08 00:39:11 +0100
commit02d6b7c683184c276bd06d20db85f296d6068f23 (patch)
tree98383bb7a9f8f323f0cbfbcadb88bf15dda48db2 /sql/updates/1018_world.sql
parent97c6ed48c8c5236b13307e7a422b13efd75c0f0a (diff)
*Small fixes in Murmur script - by Iskander
--HG-- branch : trunk
Diffstat (limited to 'sql/updates/1018_world.sql')
-rw-r--r--sql/updates/1018_world.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/1018_world.sql b/sql/updates/1018_world.sql
new file mode 100644
index 00000000000..ca298faa8f3
--- /dev/null
+++ b/sql/updates/1018_world.sql
@@ -0,0 +1,6 @@
+DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (31224,41292,44007,44867);
+INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES
+(31224, -1543, 2, 'Cloak of Shadows - Flare'),
+(41292, 42017, 2, 'Aura of Suffering'),
+(44007, -43657, 2, 'Storm Eye Safe Zone Immune'),
+(44867, -46019, 2, 'Spectral Exhaustion - Teleport: Spectral Realm'); \ No newline at end of file