mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 21:26:23 +00:00
fix(DB/Spell): Crusader Strike now stacks from multiple sources (#15181)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
-- Scarlet Gallant - Crusader Strike - single aura stack
|
||||
DELETE FROM `spell_custom_attr` WHERE `spell_id` = 14517;
|
||||
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (14517, 4194304);
|
||||
Reference in New Issue
Block a user