Baggins

Baggins

1M Downloads

BUG: ContainerType filter needs a full refresh after moving bags

toneomgomg opened this issue · 2 comments

commented

ContainerType does not react to container changes.

Needs to execute Baggins:ForceFullRefresh() when bags are changed.

Steps to reproduce (One of many ways):

  1. Put Herb bag in bag bar
  2. Create filter 'Container Type' -> 'Herb Bag'
    bild
  3. Remove Herb bag from bar
    bild
commented

I just woke up, going through all the changes now, thanks! Not 100% but i think what we are looking for here is RegisterEvent("BAG_CLOSED", Baggins:ForceFullRefresh())

commented