• 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 36: Line 36:  
             for _ = i, #collection do
 
             for _ = i, #collection do
 
                 if i >= from and i <= to then
 
                 if i >= from and i <= to then
                     current = collection[i].name
+
                     current = collection[i]._name
 
                     i = i + 1
 
                     i = i + 1
 
                     return true
 
                     return true
Line 69: Line 69:  
         next = function()
 
         next = function()
 
             for _ = i, #collection do
 
             for _ = i, #collection do
                 if collection[i].type == type then
+
                 if collection[i]._type == type then
                     current = collection[i].name
+
                     current = collection[i]._name
 
                     i = i + 1
 
                     i = i + 1
 
                     return true
 
                     return true
Line 101: Line 101:  
         next = function()
 
         next = function()
 
             for _ = i, #collection do
 
             for _ = i, #collection do
                 if collection[i].type == type and collection[i].icon == icon then
+
                 if collection[i]._type == type and collection[i]._icon == icon then
                     current = collection[i].name
+
                     current = collection[i]._name
 
                     i = i + 1
 
                     i = i + 1
 
                     return true
 
                     return true
cssedit, gkautomate
7,060

edits

Navigation menu