mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 15:58:04 +00:00
fix(DB/Spells): Mortal Wound and Sunder Armor stack from different ca… (#19455)
fix(DB/Spells): Mortal Wound and Sunder Armor stack from different casters
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
--
|
||||||
|
DELETE FROM `spell_custom_attr` WHERE `spell_id` IN (25646, 13444);
|
||||||
|
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES
|
||||||
|
(25646, 4194304),
|
||||||
|
(13444, 4194304);
|
||||||
Reference in New Issue
Block a user