File Details
4.42
- R
- Feb 5, 2026
- 1.58 MB
- 43.8K
- 12.0.1+1
- Retail
File Name
AstralKeys-4.42.zip
Supported Versions
- 12.0.1
- 12.0.0
Astral Keys
4.42 (2026-02-03)
Full Changelog Previous Releases
Up version to 4.42 and do minor refactor
Update AstralKeys.toc
Merge pull request #139 from seanpeters86/patch-2
Fix tooltip Lua error by removing Unit API calls from TooltipDataProcessor hookFix tooltip Lua error by removing Unit API calls from TooltipDataProcessor hook
This PR fixes a recurring Lua error triggered when hovering units in the Friends / world tooltips in modern WoW.Blizzard’s
TooltipDataProcessorruns in a restricted execution context where Unit* APIs (UnitIsHumanPlayer, UnitExists, UnitIsPlayer, etc.) are no longer permitted. AstralKeys was calling these APIs inside a TooltipDataProcessor.AddTooltipPostCall, causing hard Lua errors when the tooltip was refreshed.