File Details
v2.0.1
- R
- Mar 23, 2026
- 33.81 KB
- 12
- 12.0.1
- Retail
File Name
DundunTracker-v2.0.1.zip
Supported Versions
- 12.0.1
Dundun Tracker
v2.0.1 (2026-03-23)
- Use backpack slot count to validate bag scan, not item count
Previous fix preserved Fused Vitality when the scan returned 0 and the
previous value was non-zero — but this wrongly suppresses a legitimate
spend-to-zero right before logout.
Instead: check whether the backpack (bag 0) reports any slots. The
backpack always has slots in a valid game state, so GetContainerNumSlots(0)
returning 0 or nil is an unambiguous signal that WoW is tearing down
container data. Only fall back to the previous value in that case,
regardless of what the item count was.
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com

