module refactoring

This commit is contained in:
Manuel Simon Hirsig
2016-10-14 02:31:45 +02:00
parent fcdbe9cb2c
commit 314e66812b
3 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -196,7 +196,7 @@ end
function public.populate_wdb(item_id)
item_id = item_id or MIN_ITEM_ID
if item_id > MAX_ITEM_ID then
print 'Cache populated.'
print'Cache populated.'
return
end
if not GetItemInfo('item:' .. item_id) then