Closed Xyrm closed 1 year ago
I was able to get it working again by changing Line 94 in the /ElvUI_Enhanced/modules/equipment/setoverlay.lua file from
for slotID = 1, GetContainerNumSlots(bagID) do
to
for slotID = 1, C_Container.GetContainerNumSlots(bagID) do
No errors with this change anymore and sets are shown over items in bags again.
Yep, I can confirm this corrected the issue!
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
UpdateBagInformation' [string "@ElvUI_Enhanced/modules/equipment/setoverlay.lua"]:116: in function
ToggleSettings' [string "@ElvUI_Enhanced/modules/equipment/setoverlay.lua"]:135: in function <...dOns/ElvUI_Enhanced/modules/equipment/setoverlay.lua:124> [string "@ElvUI/Core/General/Core.lua"]:1788: in functionCallLoadFunc' [string "@ElvUI/Core/General/Core.lua"]:1803: in function
CallLoadedModule' [string "@ElvUI/Core/General/Core.lua"]:1829: in functionInitializeModules' [string "@ElvUI/Core/General/Core.lua"]:1938: in function
Initialize' [string "@ElvUI/Core/init.lua"]:197: in function <ElvUI/Core/init.lua:196> [string "@Details/Libs/AceAddon-3.0-13/AceAddon-3.0.lua"]:66: in function <...ceDetails/Libs/AceAddon-3.0/AceAddon-3.0.lua:61> [string "@Details/Libs/AceAddon-3.0-13/AceAddon-3.0.lua"]:523: in function `EnableAddon' [string "@Details/Libs/AceAddon-3.0-13/AceAddon-3.0.lua"]:626: in function <...ceDetails/Libs/AceAddon-3.0/AceAddon-3.0.lua:611>Expected behavior No error in bugsack, and seeing sets that each item is a part of in its icon. Seems to be thousands of errors upon logging in, but doesn't seem to increase after that.
Screenshots If applicable, add screenshots to help explain your problem.
Version (please complete the following information):
Additional context Been happening since the last update, the overlays just don't work. I find knowing at a glance what set each item is a part of in my bags super helpful!