LeftLoot

LeftLoot

36 Downloads

In Blizzard's infinite wisdom, the interface option to "Loot to leftmost bag" has been taken out.  The good news is the functionality still exists.  All you need to do is extract this into your AddOn directory folder.  

This simple addon contains two files:

  • A .lua file that contains two lines of code:
    1. SetInsertItemsLeftToRight(true)
    2. SetSortBagsRightToLeft(true)
  • A table of contents (.toc) file to implement the LUA code

Works great with the Bagnon or OneBag addons!