SavedInstances

SavedInstances

11M Downloads

Wrong Location for Weekly/Daily quests

svetlocrno opened this issue ยท 5 comments

commented

Shows completed quests as if they were all from the same zone, started with 8.0.1
https://imgur.com/a/75uKgEM

commented

Are you sure you are on the latest version?

commented

8.0.6-1-g3950175-alpha September 19, 2018.

commented

The code assigns zonename in one loop.

zonename = qi.Zone and qi.Zone.name or ""

But the next loop does not assign zonename (or it's set to blank for some quests), so all the names will be the same or blank.
indicatortip:SetCell(line,1,zonename,"LEFT")

commented

Want to make a PR?