Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DieterReinert committed Nov 24, 2024
1 parent 49aaf89 commit 3f242d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion play.pokemonshowdown.com/src/battle-dex-search.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1135,7 +1135,7 @@ class BattlePokemonSearch extends BattleTypedSearch<'pokemon'> {
}
}
else if (format === 'oubl' || format === 'worldscollideoubl' || format === 'sanctifiedoubl' || format === 'rebalancedoubl' || format === 'gptoubl' || format === 'xenoverseoubl' || format === 'blazingoubl' || format === 'infinityoubl' || format === 'daybreakoubl' || format === 'untamedoubl') tierSet = tierSet.slice(slices.OUBL);
else if (format === 'ou' || format === 'worldscollideou' || format === 'sanctifiedou' || format === 'rebalancedou' || format === 'gptou' || format === 'xenoverseou' || format === 'blazingou' || format === 'infinityou' || format === 'daybreakou' || format === 'untamedou') tierSet = tierSet.slice(slices.OU);
else if (format === 'ou' || format === 'worldscollideou' || format === 'sanctifiedou' || format === 'rebalancedou' || format === 'gptou' || format === 'xenoverseou' || format === 'blazingou' || format === 'infinityou' || format === 'daybreakou' || format === 'untamedou' || format == 'untameddoublesou') tierSet = tierSet.slice(slices.OU);
else if (format === 'uu' || format === 'worldscollideuu' || format == 'sanctifieduu' || format == 'rebalanceduu' || format === 'gptuu' || format === 'xenoverseuu' || format === 'blazinguu' || format === 'infinityuu' || format === 'daybreakuu' || format === 'untameduu') tierSet = tierSet.slice(slices.UU);
else if (format === 'ru' || format === 'worldscollideru' || format === 'sanctifiedru' || format === 'rebalancedru' || format === 'gptru' || format === 'xenoverseru' || format === 'blazingru' || format === 'infinityru' || format === 'daybreakru' || format === 'untamedru') tierSet = tierSet.slice(slices.RU || slices.UU);
else if (format === 'hu' || format === 'worldscollidehu' || format === 'sanctifiedhu' || format === 'xenoversehu' || format === 'blazinghu' || format === 'infinityhu' || format === 'daybreakhu' || format === 'untamedhu') tierSet = tierSet.slice(slices.HU);
Expand Down

0 comments on commit 3f242d7

Please sign in to comment.