Stanzilla / WoWUIBugs

World of Warcraft UI Bug Tracker
153 stars 7 forks source link

`C_ContentTracking.StartTracking` is able to track completed achievements #550

Open Nercus opened 2 months ago

Nercus commented 2 months ago

Using C_ContentTracking.StartTracking on completed achievements sets them to be tracked, but they are not shown in the objective tracker. With the limit of 10 tracked achievements at the same time, it is possible to soft-lock the objective tracker. As tracked achievements are also stored between sessions, this problem persists (if caused by an addon) even after removing the addon. The only way to remove tracked completed achievements is with C_ContentTracking.StopTracking.

Edit: Currently only tested on retail!