promotional bannermobile promotional banner

Abundance Tracker

Tracks the currently running rejuvenations and duration of the shortest one for abundance tracking

File Details

v0.1.5

  • R
  • Mar 20, 2026
  • 19.74 KB
  • 25
  • 12.0.1
  • Retail

File Name

AbundanceTracker-v0.1.5.zip

Supported Versions

  • 12.0.1

AbundanceTracker

v0.1.5 (2026-03-20)

Full Changelog Previous Releases

  • Core: filter UNIT_AURA to canonical group tokens only
    UNIT_AURA fires for all unit aliases including 'target', 'focus',
    'mouseover', 'pet', etc. When the player targets themselves, both
    'player' and 'target' fire and ScanUnit runs twice, creating two
    cache entries for the same physical aura — causing the stack count
    to double (or triple with mouseover). Fix: only process tokens that
    begin with 'player', 'party', or 'raid'.