• 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
no edit summary
Line 209: Line 209:  
else
 
else
 
for _, row_values in ipairs(self._data_rows) do
 
for _, row_values in ipairs(self._data_rows) do
row_values[column] = nil
+
if type(row_values) == "table" then
 +
row_values[column] = nil
 +
end
 
end
 
end
 
end
 
end
Anonymous user

Navigation menu