Changes

m
no edit summary
Line 62: Line 62:     
function ListOfSortable.ParseAndGenerate(frame)
 
function ListOfSortable.ParseAndGenerate(frame)
local equipmentOrShip = {}
+
local equipmentOrShip
 
if frame.args['equipmentOrShip'] ~= nil then equipmentOrShip = frame.args['equipmentOrShip'] end
 
if frame.args['equipmentOrShip'] ~= nil then equipmentOrShip = frame.args['equipmentOrShip'] end
local itemType = {}
+
local itemType
 
if frame.args['itemType']     ~= nil then itemType        = frame.args['itemType'] end
 
if frame.args['itemType']     ~= nil then itemType        = frame.args['itemType'] end
 
local remodelSuffix = {}
 
local remodelSuffix = {}
1,031

edits