mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
4 lines
193 B
SQL
4 lines
193 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');
|