mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
fix(DB/Custom): Bloodburn should stack from different sources (#17659)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
-- Bloodburn
|
||||
DELETE FROM `spell_custom_attr` WHERE `spell_id`=34856;
|
||||
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (34856, 4194304);
|
||||
Reference in New Issue
Block a user