This commit is contained in:
Manuel Simon Hirsig
2016-11-26 19:03:25 +01:00
parent 099f97e509
commit ffb7365381
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ function M.complete(candidates)
local text = self:GetText()
local t = temp-candidates()
local t = candidates()
for i = 1, getn(t) do
if strsub(strupper(t[i]), 1, strlen(text)) == strupper(text) then
self:SetText(strlower(t[i]))
+1
View File
@@ -422,6 +422,7 @@ function suggestions(filter)
-- item names
if getn(filter.components) == 0 then
for i = 1, getn(aux_auctionable_items) do
p'kek'
tinsert(suggestions, aux_auctionable_items[i] .. '/exact')
end
end