File Details
AFKSpinner_26-03-26.zip
- R
- Mar 26, 2026
- 16.31 KB
- 114
- 12.0.5+4
- Classic + 3
File Name
AFKSpinner_26-03-26.zip
Supported Versions
- 12.0.5
- 12.0.1
- 5.5.3
- 2.5.5
- 1.15.8
## [2.8] — 2026-03-26
### Fixed
- **Retail 12.0+ / Midnight:** `UnitIsAFK("player")` can return a **secret boolean** in instances (e.g. Mythic+). Using it directly in `if` / `not` caused *“attempt to perform boolean test on a secret boolean value”*. AFK checks now use `UnitIsAFK("player") == true` via a single `IsPlayerAFK()` helper (including the `OnUpdate` path).

