File Details
JustAC_v4.18.0
- R
- Mar 25, 2026
- 427.09 KB
- 143
- 12.0.5+1
- Retail
File Name
JustAC_v4.18.0.zip
Supported Versions
- 12.0.5
- 12.0.1
[4.18.0] - 2026-03-24
Added
- Highlight-mode lookahead for blacklisted position 1: when a blacklisted spell is also hidden from action bars (removed or placed behind a modifier macro), JustAC tries Blizzard's visible-button-only suggestion to substitute a better next-cast spell at position 1. Falls back to rotation list if highlight returns nil. (SpellQuery v1, SpellQueue v38)
Fixed
- Fix cooldown swipe crash on build 66562+ (
ActionButton_ApplyCooldownno longer accepts secret values from tainted execution). Uses new DurationObject-based rendering path:C_ActionBar.GetActionCooldownDuration/C_Spell.GetSpellCooldownDuration→SetCooldownFromDurationObject. Items useC_DurationUtil.CreateDuration(). Pre-66562 builds fall back toActionButton_ApplyCooldown. (BlizzardAPI v35, UIRenderer v23)