mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 13:16:23 +00:00
fix(DB/Custom): Spotlight aura stacking (#20429)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user