File Details
Cell_UnitFrames_09-06-26.zip
- R
- Jun 9, 2026
- 285.20 KB
- 139
- 12.0.7+1
- Retail
File Name
Cell_UnitFrames_09-06-26.zip
Supported Versions
- 12.0.7
- 12.0.5
v1.5.1 — 2026-06-09
- Bumped ` Version` to v1.5.1 and internal `CUF.version` to 39.
- Compat (`Util/Compat.lua`): Cell raid health text — forward `calc` (5th arg) to stock `HealthText_SetValue` so Midnight percent/deficit/shield formats work again on party/raid frames; removed `IsAuraRestricted` abbrev override that replaced formatted text. Power text — forward all args (incl. `unit`) so `UnitPowerPercent` percent display works; no longer abbrev-only on secret power.
- CUF unit frames (`Widgets/Texts/HealthText.lua`, `PowerText.lua`): Midnight secret HP 32% (and deficit / short+%) uses `HealPredictionCalculator` + curves instead of `435k/435k`. Secret power % uses `UnitPowerPercent` (same as Cell). `CreatePowerText` widget kind fixed (`POWER_TEXT`, was `HEALTH_TEXT`).
- Util (`Util/Utils.lua`): `GetMidnightHealthPercentCurves`, `RefreshUnitHealthCalculator`, `FormatMidnightHealthPercent`.