• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Changes

Jump to navigation Jump to search
m
no edit summary
Line 76: Line 76:  
     local from = numberKey('from', context, n, 1)
 
     local from = numberKey('from', context, n, 1)
 
     local to = numberKey('to', context, n, 500)
 
     local to = numberKey('to', context, n, 500)
     return Iterator.equipmentBy(context, n, function(_, i)
+
     return Iterator.equipmentBy(context, n, function(e)
         -- use _id?
+
         return e._id >= from and e._id <= to
        return i >= from and i <= to
   
     end)
 
     end)
 
end
 
end
cssedit, gkautomate
6,941

edits

Navigation menu