Seems like the “guild” rep is the problem I managed to remove my “guild” from inactive tab on the most problematic character. I tried on my alts who were also affected. I kept /reload ui until I had a chance where all factions appeared including “Inactive”. I did need to repeat process several times so I made a macro /reload ui. All my toons are fine now .
Getting the guild rep out of the inactive tab fixed it for me too. What a weird bug…
I cant even get to the inactive list
Blizz can you please look at this, it is extremely frustrating. With new rep coming in a week i want to be able to track it.
use the script on this post to un-inactive the guild rep
1 Like
Here is the actual script…
/run for i = 1, 400 do if select(14, GetFactionInfo(i)) == 1168 then SetFactionActive(i) end end
1 Like