File Details
v1.21.1
- R
- Jun 18, 2026
- 3.92 MB
- 105
- 12.0.7+2
- Retail
File Name
EverythingQuests-v1.21.1.zip
Supported Versions
- 12.0.7
- 12.0.5
- 12.0.1
[1.21.1] - 2026-06-17
Hotfix. A change in v1.21.0 ("Group up for world bosses") accidentally put the group-finder eye on every world quest. This release corrects it so the eye appears only on the world bosses and group quests you'd actually want a group for — matching Blizzard's own tracker. Thanks to everyone who reported it.
Bug Fixes
- Group-finder eye no longer shows on every world quest — v1.21.0 gated the eye on
C_LFGList.GetActivityIDForQuestID, which returns an activity for ordinary world quests too, so the eye appeared on all of them. The tracker now uses the same signal Blizzard's own objective tracker uses —C_LFGList.CanCreateQuestGroup(via the cachedQuestUtil.CanCreateQuestGroupwrapper) — so the eye shows only on world bosses / elite / dungeon / raid world quests. This also restores the eye on world bosses that the earlierisElite-only check used to miss.