Simple Item Levels

Simple Item Levels

2M Downloads

Support for LiteBag (code included)

mbattersby opened this issue ยท 0 comments

commented

One of my users requested support, here is how to do it if you feel like it:

--LiteBag:
ns:RegisterAddonHook("LiteBag", function()
    LiteBag_RegisterHook('LiteBagItemButton_Update', function(frame)
        local bag = frame:GetParent():GetID()
        UpdateContainerButton(frame, bag)
    end)
end)