mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 03:45:43 +00:00
fix(Core/Auras): Add SPELL_ATTR0_CU_ONLY_ONE_AREA_AURA (#19209)
https: //github.com/azerothcore/azerothcore-wotlk/pull/19208 Co-authored-by: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
--
|
||||
DELETE FROM `spell_custom_attr` WHERE `spell_id` IN (33802,38609,31943,62821,62807,51103,69146,70823,70824,70825);
|
||||
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES
|
||||
(33802, 536870912),
|
||||
(38609, 536870912),
|
||||
(31943, 536870912),
|
||||
(62821, 536870912),
|
||||
(62807, 536870912),
|
||||
(51103, 536870912),
|
||||
(69146, 536870912),
|
||||
(70823, 536870912),
|
||||
(70824, 536870912),
|
||||
(70825, 536870912);
|
||||
Reference in New Issue
Block a user