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
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.
The text was updated successfully, but these errors were encountered:
anyuta1166
changed the title
Unable to use times
Unable to use items in bags
Dec 5, 2022
Unable to use any usable item in bags:
an error appears that says there was an attempt to call a protected function UNKNOWN()
This is probably caused by the call to CloseAllBags().
Removing CloseAllBags() foxed the issue for me.
The text was updated successfully, but these errors were encountered: