Module:Items: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 547: Line 547:
local dlcFunc = function(item, dlc)  
local dlcFunc = function(item, dlc)  
local itemDLC = Shared.getLocalID(item.id)
local itemDLC = Shared.getLocalID(item.id)
if dlc == 'all' then
if dlc == nil then
return true
return true
end
end
2,647

edits