It is not updated for the latest patch, but it works if you use Compatibility tool or if you replace line 1710 in RecipeBook.lua:wwusterbarthub17_ESO wrote: »Has it been updated? If not does it matter if it isn't?
bagIcon, bagSlots=GetBagInfo(BAG_BACKPACK)with:
local bagSlots = GetBagSize(BAG_BACKPACK)And line 1740:
bankIcon,bankSlots=GetBagInfo(BAG_BANK)with:
local bankSlots = GetBagSize(BAG_BANK)