Concentration Tracker

This addon tracks and displays the concentration of each profession, shows restoration times, and provides an overview of when the maximum concentration will be restored.

File Details

ConcentrationTracker_17-04-26.zip

  • R
  • Apr 17, 2026
  • 43.68 KB
  • 802
  • 12.0.5+1
  • Retail

File Name

ConcentrationTracker_17-04-26.zip

Supported Versions

  • 12.0.5
  • 12.0.1
[3.8.4] — 2026-04-17

English

- Performance — ignored profession skill lines are indexed in a small in-memory set rebuilt on load and when the ignore list changes; lookups stay O(1) instead of scanning the saved array on every UI tick and notification pass (saved variables unchanged).
- Load — `ADDON_LOADED` compares against the addon folder name from the TOC (`addonName`) instead of a hardcoded string.
- Code — removed redundant second `sortOrder` / `sortAscending` locals in `UpdateConcentrationTimes`; tightened `GetEntryIdentity` key checks before string operations.