- 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
Line 209:
Line 209:
− +
+
+
no edit summary
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