We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63fdac9 commit edabbdeCopy full SHA for edabbde
src/ships/gallery.ts
@@ -151,7 +151,7 @@ export async function fetchGallery(
151
152
if (key === "live2dModel") value = value === "Yes";
153
else if (key === "cost") value = parseInt(value);
154
- else if (key === "icons") value = parseIcons(row.getElementsByTagName("td"));
+ else if (key === "icons") value = parseIcons(row.getElementsByTagName("td")[0]);
155
else if (ClientSkinNameHeaders[key]) {
156
// Because skins have different names on different clients,
157
// each skin's Gallery page has a row for their localized name.
0 commit comments