diff --git a/core.lua b/core.lua index 4c973f0..0c53bdc 100644 --- a/core.lua +++ b/core.lua @@ -1,4 +1,4 @@ -AuxVersion = '2.4.2' +AuxVersion = '2.4.3' AuxAuthors = 'shirsig; Zerf; Zirco (Auctionator); Nimeral (Auctionator backport)' Aux = { diff --git a/search_frame.lua b/search_frame.lua index e68e1e7..90bb7d1 100644 --- a/search_frame.lua +++ b/search_frame.lua @@ -133,8 +133,12 @@ function private.get_form_filter() private.tooltip6:GetText(), }, function(entry) return entry ~= '' end) - for i=1,getn(tooltip)-1 do - tinsert(tooltip, 1, 'and') + if getn(tooltip) == 1 then + tinsert(tooltip, 1, 'tt') + else + for i=1,getn(tooltip)-1 do + tinsert(tooltip, 1, 'and') + end end return {