Details! Item Level Display (Bars & some UIs)

Shows item level and tier set bonus on Details!, ElvUI, Grid2, Danders Frames, and Blizzard's built-in damage meter. Auto-detects what's installed, each surface independently toggleable.

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 success parameter 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 AllowedWhenUntainted restriction. UnitIsUnit wrapper uses the new CanCompareUnitTokens API
  • Debug output/dilvl debug now shows Secret API status and block counters. /dilvl blizztrace logs name resolution paths and GUID failure reasons

Full changelog and source code on GitHub