Module:ItemsTable: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 12: Line 12:
   local itemList = {}
   local itemList = {}
   local i = tonumber(frame.args[1])
   local i = tonumber(frame.args[1])
   local iend = i + 80
   local iend = i + 100
   while i < iend do
   while i < iend do
     local item = Items.getItemByID(i)
     local item = Items.getItemByID(i)
444

edits