• 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
Fix broken table.insert call
Line 298: Line 298:  
self._ships_keys[product] = {}
 
self._ships_keys[product] = {}
 
for ship, _ in pairs(self._improvements._products[product]) do
 
for ship, _ in pairs(self._improvements._products[product]) do
table.insert(self._ships_keys[product])
+
table.insert(self._ships_keys[product], ship)
 
end
 
end
 
table.sort(self._ships_keys[product])
 
table.sort(self._ships_keys[product])
Anonymous user

Navigation menu