*Linked spell entry for stoneform.

--HG--
branch : trunk
This commit is contained in:
QAston
2009-07-07 19:46:51 +02:00
parent b5efa98351
commit bf4f6b5736
2 changed files with 4 additions and 0 deletions

View File

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

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (20594);
INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES
( 20594, 65116, 2, 'Stoneform');