Lua Error when hovering recipe links
Agramon opened this issue ยท 1 comments
I receive following lua error when hovering over recipe links, like cooking ones.
Lua error:
9x Usage: local result = C_Soulbinds.IsItemConduitByItemInfo(itemInfo)
[string "=[C]"]: in function `IsItemConduitByItemInfo'
[string "@ConduitHelper\Core.lua"]:31: in function <ConduitHelper\Core.lua:29>
[string "=[C]"]: ?
[string "=[C]"]: ?
Test ingame:
/script DEFAULT_CHAT_FRAME:AddMessage("\124cffffd000\124Henchant:338100\124h[Cooking: Arden Apple Pie]\124h\124r");
Resolved on commit 5567ace.
Thanks for the bug report.