File Details
Details_iLvlDisplay-v1.3.3
- R
- Apr 7, 2026
- 51.39 KB
- 248
- 12.0.5+1
- Retail
File Name
Details_iLvlDisplay-v1.3.3.zip
Supported Versions
- 12.0.5
- 12.0.1
v1.3.3
Fixed
- Delve crash: ENCOUNTER_END secret value — the
successparameter in Delves is lazy-tainted and bypasses the standard secret check. Comparing it crashed the addon. Added individual secret guards on all event parameters (reported by NiGhTwAlKeR559) - UnitIsUnit secret value bug — gear change detection incorrectly skipped all units when UnitIsUnit returned a secret value. Replaced with reliable GUID comparison
- Blizzard DM combat state stuck — in Delves and M+, combat state could get permanently stuck after secret event args. Added safety reset that cross-checks InCombatLockdown + IsEncounterInProgress
- IsEncounterInProgress secret guard — encounter check could return a secret value (always truthy), blocking all tag injection indefinitely
Improved
- 12.0.5 preparation — all UnitName() calls now go through a secret-safe wrapper, ready for upcoming
AllowedWhenUntaintedrestriction. UnitIsUnit wrapper uses the newCanCompareUnitTokensAPI - Debug output —
/dilvl debugnow shows Secret API status and block counters./dilvl blizztracelogs name resolution paths and GUID failure reasons
Full changelog and source code on GitHub