fix(DB/Spell): Mr Pinchy's Blessing stacking with similar effects. (#15381)
This commit is contained in:
parent
a1dd4e1625
commit
23340216a7
1 changed files with 3 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue