My NA friend told me to post this here since he can’t post on eu forums, has something to do with marking reputations as inactive
“Tell them I’ve isolated the problem to the “Guild” reputation. It errors out if you mark it Inactive.
I’ve written this to mark it active again, and as long as you don’t mark it inactive, no error:”
Try running this and see if that fixes it.
/run for i = 1, 400 do if select(14, GetFactionInfo(i)) == 1168 then SetFactionActive(i) end end