Class/Profession based quests show name in english
anon1231823 opened this issue ยท 3 comments
I have seen it under Blacksmithing, Herbalism, Paladin, Priest, Druid. I assume all the rest too
We have the lookupZones
which are used to find the header for each quest.
From a short look it seems like this is totally outdated since it is only used for zoneOrSort
entries for which the game API returns nothing. Most likely only the special negative values. And the return value of that is not translated, so the Tracker only shows the values of lookupZones
.
We do have the translations though, so the fix should be easy.