View Single Post
08/04/14, 11:37 AM   #7
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
Originally Posted by Beost View Post
Since 1.3.3 Following UI Error pops up and cannot be dismissed
I loaded the screen shot as an attachment
This does not have anything with this discussinon.

Anyway, Wykkyd is working on the fix, check addon comments:
http://www.esoui.com/downloads/info8....html#comments

If you don't want to wait for fix, just open file "mhFramework\Lib\Bazgrim\Toolbar\Bags.lua" and change line 15 from:
Lua Code:
  1. local icon, bagSlots = GetBagInfo(1)
to:
Lua Code:
  1. local bagSlots = GetBagSize(BAG_BACKPACK)
  Reply With Quote