File Details
ABProfileManager-v1.7.3.zip
- R
- Apr 28, 2026
- 260.25 KB
- 48
- 12.0.5
- Retail
File Name
ABProfileManager-v1.7.3.zip
Supported Versions
- 12.0.5
Stats Overlay — Reliability
- Fixed: secondary stats stuck at
0after entering an instance. The PaperDoll API can momentarily return0onPLAYER_ENTERING_WORLD/ZONE_CHANGED_NEW_AREA; that0was being cached as the state signature and the overlay refused to refresh after. Now invalidates viaStatsOverlay:InvalidateState()and schedules a follow-up force refresh on those events. - Fixed: trinket on-use / potion / external buff effects not refreshing in real time.
BuildStateSignaturenow includes a player buff hash (spellId:expirationTime*10:applicationsover slots 1..40 of theHELPFULfilter), so any aura state change immediately invalidates the cache.UNIT_AURAdebounce tightened from 0.45s → 0.15s. - Force refresh on
PLAYER_EQUIPMENT_CHANGED,PLAYER_SPECIALIZATION_CHANGED,CHALLENGE_MODE_START. Subscribed toZONE_CHANGED_NEW_AREA,PLAYER_ENTER_COMBAT,PLAYER_LEAVE_COMBAT. - New API:
Refresh({ force = true })andStatsOverlay:InvalidateState().
Action Bars — Bulk Ghost Cleanup
- New
Clear All Ghostsbutton at the bottom of the Action Bars tab → sync section. One click dismisses every pending ghost marker; real assignments are untouched. - New API:
ActionBarApplier:DismissAllPendingGhosts(). - Locale keys (EN/KO):
ghost_clear_all_button / _tip / _long / _none / _done.
BIS Catalog — 12.0.5 Source Disambiguation
- Resolved a 4-way conflict in
Data/BISCatalog.luawhere every The Voidspire raid boss was mapped todisplaySourceKoKR = "공허 첨탑":Lightblinded Vanguard→빛에 눈먼 선봉대Crown of the Cosmos→우주의 왕관Fallen-King Salhadaar→몰락한 왕 살하다르The Voidspire(raid umbrella) → kept as공허 첨탑
- BISOverlay: deterministic
mythicplus → raid → tier → craftedordering viaSOURCE_GROUP_ORDER; preview ilvl bypass for Timewalking dungeons.
Adjacent Stability
ProfessionKnowledgeTracker:C_QuestLog.GetAllCompletedQuestIDsis nowpcall-guarded.

