File Details
v0.1.6
- R
- Mar 20, 2026
- 19.87 KB
- 268
- 12.0.1
- Retail
File Name
AbundanceTracker-v0.1.6.zip
Supported Versions
- 12.0.1
AbundanceTracker
v0.1.6 (2026-03-20)
Full Changelog Previous Releases
- Fix raid double-counting and evict stale cache entries
In a raid, UNIT_AURA fires for both 'player' and the player's raidN
slot. Both tokens previously passed the filter, causing the druid's own
auras to be written to rejuvCache twice. Fix: skip the 'player' token
in UNIT_AURA when IsInRaid() is true — the raidN token covers it.
Also evict expired aura entries from rejuvCache during UpdateDisplay
instead of just skipping them, preventing unbounded accumulation of
stale data over long sessions.

