Module:ItemsTable: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 13: Line 13:
local itemCount = Shared.tableCount(ItemData.Items)
local itemCount = Shared.tableCount(ItemData.Items)


function p.getItemsTable(i)
function p.getItemsTable(frame)
   local itemList = {}
   local itemList = {}
   for i = 1, itemCount do
   for i = 1, itemCount do
444

edits