ItemLevelDisplay

ItemLevelDisplay

449k Downloads

Unable to use items in bags

anyuta1166 opened this issue · 0 comments

commented

Unable to use any usable item in bags:

an error appears that says there was an attempt to call a protected function UNKNOWN()

4x [ADDON_ACTION_FORBIDDEN] Модификация 'ItemLevelDisplay' пыталась вызвать защищенную функцию 'UNKNOWN()'.
[string "@Interface/AddOns/!BugGrabber/BugGrabber.lua"]:480: in function <Interface/AddOns/!BugGrabber/BugGrabber.lua:480>
[string "=[C]"]: ?
[string "=[C]"]: in function `UseContainerItem'
[string "@Interface/FrameXML/ContainerFrame.lua"]:1409: in function <Interface/FrameXML/ContainerFrame.lua:1318>
[string "=[C]"]: in function `ContainerFrameItemButton_OnClick'
[string "@Interface/FrameXML/ContainerFrame.lua"]:1461: in function <Interface/FrameXML/ContainerFrame.lua:1448>

This is probably caused by the call to CloseAllBags().

Removing CloseAllBags() foxed the issue for me.