Module:InventorySlot: Difference between revisions

Off by one
No edit summary
(Off by one)
Line 22: Line 22:


function UISlot.Call(frame)
function UISlot.Call(frame)
return UISlot.Item(frame.args[0] or frame.args.item)
return UISlot.Item(frame.args[1] or frame.args.item)
end
end


emailconfirmed, translation-admin, translator
154

edits