[Cata Classic 4.4.0] Error with ContinuableContainer
Road-block opened this issue ยท 1 comments
ContinuableContainer:AddContinuables() - plural, is not a valid method in Cataclysm Classic (and from looking at source not in upcoming 4.4.1 either)
I had to change the relevant snippet to
if #continuableLoot == 0 then return callback(loot) end
local continuableContainer = ContinuableContainer:Create()
for _,continuable in ipairs(continuableLoot) do
continuableContainer:AddContinuable(continuable)
end
continuableContainer:ContinueOnLoad(function() callback(loot) end)
to make it stop erroring any time I kill a rare.