File Details
MiniMapRedux 01.02.26.51
- R
- Feb 1, 2026
- 120.00 KB
- 1.1K
- 12.0.1+6
- Retail + 3
File Name
MiniMapRedux01.02.26.51.zip
Supported Versions
- 12.0.1
- 12.0.0
- 5.5.3
- 4.4.2
- 3.4.5
- 2.5.5
- 1.15.8
MiniMapRedux Changelog
01.02.26.51
Bug Fixes
- Fixed minimap data bar showing as empty box - The
DataTexts:Initialize()function was callingCreateCustomDataBar()andPositionDataTextsOnBar()without the requiredself:prefix, causing a silent error that prevented data bars from populating. This was the root cause of the empty bar issue reported since 11/26/2025. - Fixed clock always displaying 24-hour military time - Added a configurable clock format option. Users can now switch between 12-hour (AM/PM) and 24-hour display via
/mmr config> Minimap tab > Clock Settings. - Fixed OnUpdate performance waste - The minimap square mask texture (
SetMaskTexture) andShow()calls were being re-applied every single second. Now applied once and cached.
Patch 12.0.0 / 12.0.1 API Compatibility
- Minimap zoom -
Minimap_ZoomIn()/Minimap_ZoomOut()now have safe fallbacks for clients where these functions may not exist. Falls back toMinimap.ZoomIn:Click()or directMinimap:SetZoom(). - Resize API - Deprecated
SetMinResize()/SetMaxResize()replaced withSetResizeBounds()as primary path, keeping legacy calls as fallback for Classic clients only. - Tracking menu - Right-click tracking now prioritizes the modern
MinimapCluster.Tracking.Buttonpath (11.0+) before falling back to legacyToggleDropDownMenu/MiniMapTrackingDropDown. - TOC updated - Interface versions now include
120000and120001for Patch 12.0.0 and 12.0.1 support.
New Features
- 12-hour clock format - New "Use 12-hour format (AM/PM)" checkbox in
/mmr config> Minimap tab. Displays time as3:45 PMinstead of15:45. - Enhanced clock tooltip - Now shows both 12hr and 24hr formats, local date, UTC offset, server time, and time-of-day description.