more refactoring

This commit is contained in:
Manuel Simon Hirsig
2016-08-19 17:44:19 +02:00
parent fc91332865
commit 012ccfb21d
14 changed files with 168 additions and 194 deletions
+2 -2
View File
@@ -195,12 +195,12 @@ function public.populate_wdb(item_id)
item_id = item_id or MIN_ITEM_ID
if item_id > MAX_ITEM_ID then
aux.log('Cache populated.')
log('Cache populated.')
return
end
if not GetItemInfo('item:'..item_id) then
aux.log('Fetching item '..item_id..'.')
log('Fetching item '..item_id..'.')
AuxTooltip:SetHyperlink('item:'..item_id)
end