*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
This commit is contained in:
QAston
2009-07-23 01:01:12 +02:00
parent 9eaf1e6de3
commit a522e3bff4
4 changed files with 8 additions and 0 deletions

View File

@@ -69,6 +69,7 @@ INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comm
(48395, 50171, 2, 'Improved Moonkin Form'),
(48396, 50172, 2, 'Improved Moonkin Form'),
( 20594, 65116, 0, 'Stoneform'),
( 49039, 50397, 2, 'Lichborne - shapeshift'),
-- Creature
( 36574, 36650, 0, 'Apply Phase Slip Vulnerability'),

View File

@@ -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');