fix(DB/Spells): Shield of the Blue output damage reduction (#22191)

This commit is contained in:
avarishd 2025-05-24 11:31:03 +03:00 committed by GitHub
parent 78f52b5614
commit 63b4f41f05
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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');