mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 18:10:26 +00:00
fix(DB/Spell): Mr Pinchy's Blessing stacking with similar effects. (#15381)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user