View Single Post
11/30/14, 08:22 AM   #49
merlight
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 671
Injected filterType into inventories, added inventoryType argument to GetCurrentLAF : libFilters.lua / gist

Required change in AF:
Lua Code:
  1. local function SetUpCallbackFilter( self, filterTag )
  2.     local inventoryType = GetCurrentInventoryType()
  3.     local laf = libFilters:GetCurrentLAF(inventoryType)

edit: updated with LAF_IMPROVEMENT from below
edit2: oops, now really

Last edited by merlight : 11/30/14 at 08:52 AM.
  Reply With Quote