Skip to content

Commit

Permalink
Remove Bank references
Browse files Browse the repository at this point in the history
  • Loading branch information
TheImmortal committed Jan 25, 2017
1 parent c87b4e9 commit 637a8f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion githooks/build-indexes
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ process.stdout.write("Building `data/teambuilder-tables.js`... ");
return ["CAP", "Uber", "OU", "BL", "UU", "BL2", "RU", "BL3", "NU", "NFE", "LC Uber", "LC"];
}
if (gen === 'gen7') {
return ["CAP", "Uber", "Bank-Uber", "OU", "Bank-OU", "New", "Bank", "Unreleased", "NFE", "Bank-NFE", "LC-Uber", "LC", "Bank-LC"];
return ["CAP", "Uber", "OU", "BL", "New", "Unreleased", "NFE", "LC Uber", "LC"];
}
if (isDoubles) {
return ["DUber", "DOU", "DUU", "DNU", "NFE"];
Expand Down

0 comments on commit 637a8f9

Please sign in to comment.