Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions EllesmereUIOptions/EUI_Bags_Options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,7 @@ initFrame:SetScript("OnEvent", function(self)
local cName = cInfo and cInfo.name or info.name
currencyItems[#currencyItems + 1] = {
key = cID, label = cName,
icon = (cInfo and cInfo.iconFileID) or info.iconFileID,
}
end
end
Expand Down Expand Up @@ -597,6 +598,7 @@ initFrame:SetScript("OnEvent", function(self)
block[#block + 1] = {
key = cID,
label = (cInfo and cInfo.name) or ("Currency " .. cID),
icon = cInfo and cInfo.iconFileID,
}
end
for i = #block, 1, -1 do
Expand Down