BigDebuffs

BigDebuffs

18M Downloads

Arena frames under minimap

jwvolschenk opened this issue · 1 comments

commented

When doing arena it creates extra arena frames underneath the minimap, I am using ElvUi as well if that is any help.

commented

I managed to fix this by commenting out

if WOW_PROJECT_ID ~= WOW_PROJECT_CLASSIC then LoadAddOn("Blizzard_ArenaUI") end

with -- if WOW_PROJECT_ID ~= WOW_PROJECT_CLASSIC then LoadAddOn("Blizzard_ArenaUI") end

in the BigDebuffs.lua around line 638.