Files
TrinityCore/sql/updates/4392_world.sql
QAston bf4f6b5736 *Linked spell entry for stoneform.
--HG--
branch : trunk
2009-07-07 19:46:51 +02:00

3 lines
192 B
SQL

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