fix(DB/Spells): Shield of the Blue output damage reduction (#22191)
This commit is contained in:
parent
78f52b5614
commit
63b4f41f05
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
--
|
||||
DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=45848 AND `spell_effect`=47314;
|
||||
INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (45848, 47314, 0, 'Shield of the Blue 95% output damage reduction');
|
||||
Loading…
Add table
Add a link
Reference in a new issue