forked from mirror/azerothcore-wotlk
fix(DB/Spell): Add Amberseed spell link to male Indisposed spell for quest Doing Your Duty. (#25746)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` = -48323;
|
||||
INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES
|
||||
(-48323, 48330, 0, 'On Indisposed Expiring - Cast Create Amberseeds');
|
||||
Reference in New Issue
Block a user