File Details
XPBarEnhanced-v1.1.2.zip
- R
- Apr 19, 2026
- 526.71 KB
- 190
- 12.0.1
- Retail
File Name
XPBarEnhanced-v1.1.2.zip
Supported Versions
- 12.0.1
[1.1.2] - 2026-04-19
Fixed
- Bar Hidden After Level-Up: The XP bar was being hidden a second or so after every level-up due to
UIFrameFlashbeing called withshowWhenDone=falseinBaseMixin:OnLevelUpCelebration. Blizzard'sUIFrameFlashcallsframe:Hide()at the end of the animation when this flag is false. Changed totrueso the frame remains visible after the flash completes. - Blizzard Bar Taint on Combat Start/End:
BarManagerandSecondaryBarManagernow guard allHide()calls onMainStatusTrackingBarContainerbehindInCombatLockdown(), deferring toPLAYER_REGEN_ENABLEDto prevent taint during combat. - TIME_PLAYED_MSG Chat Noise: A chat-frame filter now suppresses the system time-played message that fired whenever the addon internally requested
RequestTimePlayed. The filter is active only during the request window and is cleared immediately after the message is caught. - Delve Companion Detection Fallback:
ReputationSessionnow falls back toIsInInstance()returning"scenario"to detect Delves whenC_Garrison.IsInDelveis unavailable, ensuring companion decoration mode activates correctly in all cases. - GetQuestCounts Off-by-One:
QuestXP:GetQuestCounts()was counting XP amounts instead of quest entries, producing incorrect quest overlay totals. Fixed to count entries. - Redundant DB Assignment on Init:
AddOnLifecyclewas re-assigningAddon.dbafterDatabase:Initializehad already set it. Removed the redundant write. - ShortNumber Duplication:
Utils.ShortNumber()now delegates toTextFormatter:AbbreviateNumber()when available, eliminating two divergent number-abbreviation implementations. - Stale Reputation Delta:
ReputationSessionnow re-snapshots the watched faction whenGetFactionSnapshotreturnsnil, preventing a stale delta from being carried into the next update. - Orphan xpBarColor Alias: Removed the unused
xpBarColoralias fromdefaults.luaand the redundantAddon.db.xpBarColorsync write inConfig:SetColor.

