File Details
JustAC_v4.20.2
- R
- May 4, 2026
- 456.84 KB
- 4.0K
- 12.0.5+1
- Retail
File Name
JustAC_v4.20.2.zip
Supported Versions
- 12.0.5
- 12.0.1
[4.20.2] - 2026-05-04
Fixed
- Stale hotkey display after rearranging action bars:
ACTIONBAR_SLOT_CHANGEDinvalidatedspellHotkeyCacheValidbut left stale entries inspellHotkeyCacheandspellSlotCache. The per-spell stale-refresh throttle (0.25s) then returned the old hotkey text before the full rescan ran.InvalidateHotkeyCachenow wipes all four caches so the first post-event lookup always does a fresh scan. - Stale slot data on bonus bar change:
InvalidateStateCache(called onUPDATE_BONUS_ACTIONBAR) only wipedspellHotkeyCacheandslotMappingCache, leavingspellSlotCache,slotDirectCache, anditemSlotCachewith stale slot numbers from before the bonus bar appeared.GetSlotForSpelland the transform fast-path inGetSpellHotkeywould use those stale slots and re-cache wrong hotkey bindings before a full action bar scan could run.