promotional bannermobile promotional banner

TooltipExtraData

TooltipExtraData is a simple addon that adds extra data to the tooltip.

File Details

TooltipExtraData-1.3.2

  • R
  • Mar 11, 2026
  • 8.29 KB
  • 126
  • 12.0.5+2
  • Retail

File Name

TooltipExtraData-1.3.2.zip

Supported Versions

  • 12.0.5
  • 12.0.1
  • 12.0.0

### Fixed
- Fixed a taint-related error caused by comparing secret GUID string values during the inspect/player tooltip flow.
- Fixed repeated secure execution errors caused by passing tooltip-derived secret unit values into `UnitExists()` and related unit APIs.
- Reworked player inspect resolution to use a safe `mouseover` unit token path for GameTooltip instead of unsafe tooltip unit values.

### Changed
- Simplified inspect queue and inspect-ready handling to avoid unsafe GUID comparisons.
- Hardened player tooltip update logic to rely on cached inspect data without reusing secret tooltip unit references.
- Improved player info tooltip stability in `OnUpdate`, delayed inspect callbacks, and `INSPECT_READY` handling.