promotional bannermobile promotional banner

Cell - Unit Frames - Pandaria - Classic Era - TBC - Retail

Cell_UnitFrames adds custom unit frames, resource indicators, icons, buffs, debuffs, and flexible UI options for WoW Classic. Works with Cell, supports profiles and localization.

File Details

Cell_UnitFrames_11-04-26_Fix.zip

  • R
  • Apr 11, 2026
  • 273.41 KB
  • 363
  • 12.0.5+1
  • Retail

File Name

Cell_UnitFrames_11-04-26_Fix.zip

Supported Versions

  • 12.0.5
  • 12.0.1
v1.3.0 — 2026-04-01

- Bumped ` Version` to v1.3.0 and internal `CUF.version` to 27.
- Highlight (`Widgets/Misc/Highlight.lua`): `SafeUnitIsUnit` / `SafeUnitExists` / `SafeUnitIsPlayer` (`Util/Utils.lua`) — `ApiBoolToLuaBool` uses `pcall(F.IsValueNonSecret, v)` on Midnight before any `v == nil` / `v == false` check (fixes secret boolean compare errors).
- Cell Targeted Spells (`Cell/Indicators/TargetedSpells.lua`): secret `spellId` → table index is secret; cannot be fixed from Cell_UnitFrames only. Mitigation: disable Cell’s Targeted Spells indicator, or add a Midnight early-`return` in Cell after resolving `spellId` when `not F.IsValueNonSecret(spellId)`.
- Compat (`Util/Compat.lua`) private aura shim: `RemovePrivateAuraAnchor` / `AddPrivateAuraAnchor` are blocked in combat — `pcall` does not hide `ADDON_ACTION_BLOCKED`. Now defers via `InCombatLockdown()` + coalesced `C_Timer`, and cancels that defer when a new anchor/`SetSize` update is scheduled.