File Details
v2.0.0
- R
- Mar 23, 2026
- 33.34 KB
- 4
- 12.0.1
- Retail
File Name
DundunTracker-v2.0.0.zip
Supported Versions
- 12.0.1
Dundun Tracker
v2.0.0 (2026-03-23)
- Fix profession gear not detected when equipped in profession slots
Dragonflight overhauled profession equipment: tool and accessory slots
live in the profession window UI and use slot IDs outside the standard
character sheet range 1-19, so GetInventoryItemID("player", 1..19) never
finds them. Replace the slot 1-19 loop with IsEquippedItem(itemID) which
scans every equipped slot on the player regardless of which UI panel it
belongs to, including the Dragonflight+ profession equipment slots.
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com

