Notahealbot
Grandfathered
for people having issues with the battleground targets add-on the below fixed for me.
open battlegroundtargets.lua with a text editor.
replace:
local id, name, _, icon, _, role = GetSpecializationInfoForClassID(classID, i)
with:
local id, name, _, icon, role = GetSpecializationInfoForClassID(classID, i)
from:
https://us.battle.net/forums/en/wow/topic/20752541241?page=1
open battlegroundtargets.lua with a text editor.
replace:
local id, name, _, icon, _, role = GetSpecializationInfoForClassID(classID, i)
with:
local id, name, _, icon, role = GetSpecializationInfoForClassID(classID, i)
from:
https://us.battle.net/forums/en/wow/topic/20752541241?page=1