mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-21 23:27:14 -04:00
3909fb7f83
*Trigger passive aura for shadowform. --HG-- branch : trunk
5 lines
260 B
SQL
5 lines
260 B
SQL
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (16857);
|
|
DELETE FROM `spell_linked_spell` WHERE `entry` IN 60089);
|
|
INSERT INTO `spell_bonus_data` (entry, direct_bonus, dot_bonus, ap_bonus, comments) VALUES
|
|
(60089, 0, 0, 0.05, 'Faerie Fire (feral)');
|