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:
avarishd
2024-06-28 11:23:38 +03:00
committed by GitHub
parent c28a0973a2
commit 5b2a088da0
3 changed files with 20 additions and 20 deletions

View File

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