mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-13 11:43:18 -04:00
7 lines
341 B
SQL
7 lines
341 B
SQL
-- Wyvern Sting rank 5 and 6 not avail. till wotlk
|
|
DELETE FROM spell_linked_spell WHERE `spell_trigger` IN (-49011, -49012);
|
|
|
|
-- typo
|
|
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (43468, 43648);
|
|
INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (43648, 44007, 1, 'Storm Eye Safe Zone');
|