File Details
GroupIlvlscanner.zip
- R
- Apr 7, 2026
- 33.95 KB
- 74
- 12.0.1
- Retail
File Name
GroupIlvlscanner.zip
Supported Versions
- 12.0.1
v2.2 — Hotfix
Fixed — Minimap button not showing for other players The minimap button was sometimes invisible on a fresh install because the saved variable profile had not been created yet. The initialisation logic has been rewritten to properly create the profile before passing it to LibDBIcon, and to only force-show the button when it has not been explicitly hidden by the user.
Fixed — Lua warning on startup (LibRealmInfo) The addon was trying to load libs\LibRealmInfo\LibRealmInfo.lua at startup even when the file was not present, producing a warning for all users. LibRealmInfo is now marked as optional in the TOC. Server region flags fall back to client locale without it. Users who want accurate flags can add LibRealmInfo manually and uncomment the relevant line in the TOC.
Fixed — Buff announce crash (pipe character in chat) Pressing the Buffs button while in a group caused a SendChatMessage(): Invalid escape code error. The separator between missing buff entries contained a | character which WoW's chat system interprets as an escape sequence. Changed to /.
Fixed — Player spec showing class name instead of specialisation GetInspectSpecialization("player") was being called for the player's own unit, which returns 0 outside of an active inspect. The player branch now correctly uses GetSpecialization() + GetSpecializationInfo() exclusively.

