Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Karthik99999 committed Jun 1, 2024
1 parent ba6d1fc commit 1f98c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-tools/build-indexes
Original file line number Diff line number Diff line change
Expand Up @@ -1212,7 +1212,7 @@ process.stdout.write("Building `data/teambuilder-tables.js`... ");

const overrideItemData = {};
BattleTeambuilderTable[mod].overrideItemData = overrideItemData;
for (const id in genData.Items) {
for (const id in modData.Items) {
const modEntry = modDex.items.get(id);
const parentEntry = parentDex.items.get(id);
for (const key of overrideItemKeys) {
Expand Down

0 comments on commit 1f98c8a

Please sign in to comment.