fix(DB/Spell): Crusader Strike now stacks from multiple sources (#15181)

This commit is contained in:
avarishd
2023-02-25 13:45:42 +02:00
committed by GitHub
parent b263f45189
commit 0de75fa7b7

View File

@@ -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);