Skip to content

Commit 66de79b

Browse files
committed
35_pokes mod
1 parent ace6766 commit 66de79b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build-tools/build-indexes-custom-v2

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -633,8 +633,7 @@ process.stdout.write("Building `data/teambuilder-tables.js`... ");
633633
}
634634

635635
const ThirtyFivePokesFormatsData = requireNoCache(dawnPath + 'dist/data/mods/35_pokes/formats-data.js').FormatsData;
636-
console.log(ThirtyFivePokesFormatsData);
637-
for (const id of ThirtyFivePokesFormatsData) {
636+
for (const id of [ThirtyFivePokesFormatsData]) {
638637
const species = DawnDex.mod('35_pokes').species.get(id);
639638
if (!is35Pokes) continue;
640639
let tier = "Illegal"

0 commit comments

Comments
 (0)