Arena number over enemy nameplate
Is there any wotlk addon which shows the enemy arena number from the arena frames over his nameplate ?
Something like that addon but for wotlk - https://www.curseforge.com/wow/addon...eplate-numbers
I saw there is some script to show that but i tested it and it doesnt work.
/run local U=UnitIsUnit hooksecurefunc("CompactUnitFrame_UpdateName",funct ion(F)if F.unit:find("nameplate")then for i=1,5 do if U(F.unit,"party"..i)then F.name:SetText(i)F.name:SetTextColor(1,1,0)break end end end end)