File Details
CursorSpellTracker_v0_11_91_Public_Beta.zip
- B
- May 10, 2026
- 109.98 KB
- 19
- 12.0.5
- Retail
File Name
CursorSpellTracker_v0_11_91_Public_Beta.zip
Supported Versions
- 12.0.5
v0.11.91 Public Beta
Fixed:
- Fixed numeric cooldown countdown display in combat.
- Cooldown numbers now use Blizzard DurationObjects for safer cooldown display handling.
- Avoids comparing or calculating Retail secret cooldown start/duration values for cooldown text.
Improved:
- Added/kept the separate option to show or hide numeric cooldown countdowns.
- The existing cooldown display option still controls whether cooldown icons remain visible/desaturated.
- The new cooldown-number option controls only the numeric countdown text.
Technical:
- Cooldown display now prefers:
C_Spell.GetSpellCooldownDuration(spellID)
cooldownFrame:SetCooldownFromDurationObject(durationObject, true)
- Falls back to the previous CooldownFrame_Set path only when no DurationObject display path is available.
- Combat readiness and visibility logic were not changed.
Not changed:
- No Cursor Follow changes.
- No Spellbook changes.
- No Conditional Availability changes.
- No Shadow/Paladin/Demon Hunter gameplay changes.
- No Reset changes.
- No Buffs/Procs discovery changes.
- No Blizzard-CDM backend reactivation.

