diff --git a/core/Core.lua b/core/Core.lua index 95c7dcb..b8c6d43 100644 --- a/core/Core.lua +++ b/core/Core.lua @@ -370,6 +370,10 @@ end function addon:BAG_UPDATE(event, bag) updatedBags[bag] = true + if addon.isWrath then + self:SendMessage('AdiBags_BagUpdated', updatedBags) + wipe(updatedBags) + end end function addon:BAG_UPDATE_DELAYED(event)