refactoring

This commit is contained in:
Manuel Simon Hirsig
2016-08-23 06:45:02 +02:00
parent 5f03b95e8f
commit 5319e00a0a
3 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -374,7 +374,7 @@ function suggestions(components)
if components.blizzard.name and size(components.blizzard) == 1 then tinsert(suggestions, 'exact') end
tinsert(suggestions, 'and'); tinsert(suggestions, 'or'); tinsert(suggestions, 'not'); tinsert(suggestions, 'tt')
tinsert(suggestions, 'and'); tinsert(suggestions, 'or'); tinsert(suggestions, 'not'); tinsert(suggestions, 'tooltip')
for key in filters do tinsert(suggestions, key) end