1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
return gems
end
end
local enchantmentType = ZO_TradingHouseFilter_Shared_GetGemHasEnchantments ( entry . minValue ) and entry . minValue or nil
-- Add/Change/Remove Enchantment filter as needed
self . lastFilterCategoryIndex = self . filterCategoryComboBox and self . filterCategoryComboBox : GetHighlightedIndex ( ) or 1
end
end
TRADING_HOUSE_GAMEPAD : RegisterSearchFilter ( GamepadGemFilter , SI_TRADING_HOUSE_BROWSE_ITEM_TYPE_GLYPHS_AND_GEMS ) |