promotional bannermobile promotional banner

BazWidgetDrawers

Slide-out side drawer for a stack of dockable widgets: Quest Tracker, Minimap, Info Bar, Repair, and more. Fades out when unused, pops back on hover. Other addons can register their own widgets via the BazCore DockableWidget API.

File Details

045

  • R
  • Apr 27, 2026
  • 109.58 KB
  • 2
  • 12.0.5
  • Retail

File Name

BazWidgetDrawers-045.zip

Supported Versions

  • 12.0.5

BazWidgetDrawers

045 (2026-04-27)

Full Changelog Previous Releases

  • QuestTracker: world-quest zone filter, achievement criteria fallback, find-group on regular quests
    • World quests from GetTasksTable() now check isInArea via GetTaskInfo
      before being added to the tracker, matching Blizzard's auto-untrack
      on zone exit. Previously a WQ from a just-left zone could linger.
    • Meta-achievement criteria (e.g., Loremaster of Midnight's
      sub-achievements) come back with an empty critString once the
      sub-achievement is completed on retail. We now fall back to
      GetAchievementInfo(assetID) to recover the sub-achievement's name,
      so completed criteria render with their proper label and the green
      check icon (matching Blizzard's tracker, which shows every
      sub-achievement either way).
    • Find Group ("green eye") button no longer requires the parent quest
      to be a world quest. The button infrastructure was already there —
      template + frame + SetUp(questID) wiring — just gated to WQs only.
      Now any quest where QuestUtil.CanCreateQuestGroup(questID) returns
      true gets the eye, including elite group quests, world bosses, and
      regular quests with an LFG activity.
      Bump to 045.