File Details
v2.09
- R
- May 11, 2026
- 59.67 KB
- 2
- 12.0.5+4
- Classic + 3
File Name
ElvUI_IberisUI-v2.09.zip
Supported Versions
- 12.0.5
- 5.5.3
- 3.4.3
- 2.5.5
- 1.15.8
ElvUI IberisUI
v2.09 (2026-05-11)
Full Changelog Previous Releases
- chore: bump version to v2.09 (Retail InvenRaidFrames3/MRT 호환 패치)
Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com - docs: v2.09 changelog 추가
Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com - fix: Retail MRT VMRT.ExCD2.gnGUIDs nil 에러 우회 (compat.lua)
Midnight 클라이언트에서 MRT ExCD2.lua:4452의 ADDON_LOADED 핸들러가
if ExRT.isMN then return end로 early-return하면서 4541줄의
VMRT.ExCD2.gnGUIDs = VMRT.ExCD2.gnGUIDs or {}초기화를 건너뜀.
그런데 Inspect.lua:891의 INSPECT_READY 핸들러에는 같은 가드가 없어
944줄VMRT.ExCD2.gnGUIDs[name] = data.spec에서
"attempt to perform indexed assignment on field 'gnGUIDs' (a nil value)"
오류 발생. 인스펙트 발화마다 터짐.
MRT 업스트림 버그지만 우리 쪽에서 우회 — Retail에서만 MRT 로드 시
빈 테이블 미리 박음. 이미 로드된 케이스(우리보다 먼저 로드)도
IsAddOnLoaded 체크로 즉시 처리.
Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com - fix: Retail InvenRaidFrames3 프로필 적용 (DB.profileKeys에 박기)
InvenRaidFrames3 Retail(Midnight) 빌드가 Profile.lua:226에서
InvenRaidFrames3DB.profileKeys["<player> - <realm>"]만 읽도록 바뀌어
기존 InvenRaidFrames3CharDB.profile_Xm 박기는 무시되고 있었음.
CharDB.profile_Xm 박기는 Anniversary 빌드(Core.lua:167)에서 여전히
사용되므로 그대로 유지하고, WOW_PROJECT_MAINLINE 분기로 profileKeys
박는 코드만 추가.
Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com - docs: 외부 애드온 표에 CurseForge 링크 추가
BigWigs/Details는 클라별 별도 페이지가 있어 검색 페이지로 연결,
나머지(MRT/HidingBar/Questie/ShamanPower/TacoTip/InvenRaidFrames3)는
직접 페이지로 연결.
Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com

