From 9332f1e58df687ffb9f199aca227dce46ce7cf45 Mon Sep 17 00:00:00 2001 From: megamage Date: Thu, 5 Feb 2009 22:49:07 -0600 Subject: *Update linked spell. Add new type: linked aura. --HG-- branch : trunk --- sql/updates/1018_wrold.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/1018_wrold.sql (limited to 'sql/updates') diff --git a/sql/updates/1018_wrold.sql b/sql/updates/1018_wrold.sql new file mode 100644 index 00000000000..ca298faa8f3 --- /dev/null +++ b/sql/updates/1018_wrold.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 -- cgit v1.2.3