This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Message: Usage: C_Item.RequestLoadItemDataByID(itemInfo)Time: Sun Dec 11 13:40:24 2022Count: 2Stack: Usage: C_Item.RequestLoadItemDataByID(itemInfo)[string "=[C]"]: in function `RequestLoadItemDataByID'[string "@Interface/AddOns/Inventorian/Item.lua"]:423: in function `GetInfo'[string "@Interface/AddOns/Inventorian/Item.lua"]:111: in function `Update'[string "@Interface/AddOns/Inventorian/Item.lua"]:100: in function <Interface/AddOns/Inventorian/Item.lua:98>[string "=[C]"]: in function `Show'[string "@Interface/AddOns/Inventorian/Item.lua"]:94: in function `Set'[string "@Interface/AddOns/Inventorian/ItemContainer.lua"]:146: in function <Interface/AddOns/Inventorian/ItemContainer.lua:139>[string "=(tail call)"]: ?[string "@Interface/AddOns/Inventorian/ItemContainer.lua"]:219: in function `GenerateItemButtons'[string "@Interface/AddOns/Inventorian/ItemContainer.lua"]:129: in function `UpdateBags'[string "@Interface/AddOns/Inventorian/Frame.lua"]:403: in function `Update'[string "@Interface/AddOns/Inventorian/Frame.lua"]:539: in function `SetPlayer'[string "@Interface/AddOns/Inventorian/Frame.lua"]:479: in function `func'[string "@Interface/SharedXML/UIDropDownMenu.lua"]:1007: in function `UIDropDownMenuButton_OnClick'[string "*UIDropDownMenuTemplates.xml:136_OnClick"]:1: in function <[string "*UIDropDownMenuTemplates.xml:136_OnClick"]:1>
Locals: (*temporary) = "Usage: C_Item.RequestLoadItemDataByID(itemInfo)"
It looks like the saving of items is not quite correct
Inventorian\libs\LibItemCache-1.1\Core
local PetDataFormat = '^' .. strrep('%d+:', 6) .. '%d+$'
-->>
local PetDataFormat = strrep('%d+:', 6) .. '%d+$'
fixed, but I don't know if it breaks something else
To post a comment, please login or register a new account.