From a522e3bff4e421fcac980b67bbdefb3d1a2084f3 Mon Sep 17 00:00:00 2001 From: QAston Date: Thu, 23 Jul 2009 01:01:12 +0200 Subject: *Add spell_linked_spell entry for Lichborne. *Add defines for SHADOW_DANCE and UNDEAD shapeshifts to prevent error display - cherrypicked from Astellar's shape patches. --HG-- branch : trunk --- sql/updates/4539_world_spell_linked_spell.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/4539_world_spell_linked_spell.sql (limited to 'sql/updates') diff --git a/sql/updates/4539_world_spell_linked_spell.sql b/sql/updates/4539_world_spell_linked_spell.sql new file mode 100644 index 00000000000..1be5970f4ab --- /dev/null +++ b/sql/updates/4539_world_spell_linked_spell.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (49039); +INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES +( 49039, 50397, 2, 'Lichborne - shapeshift'); -- cgit v1.2.3