fix(DB/Spell): Mr Pinchy's Blessing stacking with similar effects. (#15381)

This commit is contained in:
avarishd
2023-03-16 03:56:13 +02:00
committed by GitHub
parent a1dd4e1625
commit 23340216a7

View File

@@ -0,0 +1,3 @@
-- Mr Pinchy's Blessing (1300 health)
DELETE FROM `spell_group` WHERE `id`=1 AND `spell_id`=33053;
INSERT INTO `spell_group` (`id`, `spell_id`, `special_flag`) VALUES (1, 33053, 3);