You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Select.lua**: Replaced all hardcoded `C_Container` and `C_Item` calls with safe compat wrappers
17
+
-**OpenAll.lua**: Replaced direct `C_Container.GetContainerItemInfo` and `C_Item` calls with compat wrappers; added nil guard for `OpenAllMail` (may not exist on all clients)
18
+
-**Express.lua**: Replaced `C_Item.GetItemInfo` calls with safe wrapper
19
+
-**Forward.lua**: Replaced all `C_Container` and `C_Item` calls with safe wrappers; removed version-branching `if/else` blocks
20
+
-**QuickAttach.lua**: Replaced `C_Item.GetItemInfo` call with safe wrapper
0 commit comments