fix(DB/Custom): Spotlight aura stacking (#20429)

This commit is contained in:
avarishd
2024-11-04 02:37:40 +02:00
committed by GitHub
parent 4dab9d9ee0
commit 0f6155f031

View File

@@ -0,0 +1,5 @@
-- Spotlight
DELETE FROM `spell_custom_attr` WHERE `spell_id` IN (29683,32214);
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES
(29683, 536870912),
(32214, 536870912);