Skip to content

Commit 011f69c

Browse files
Teambuilder: Fix Typo (#2330)
1 parent a6cc845 commit 011f69c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

play.pokemonshowdown.com/src/battle-dex-search.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1309,7 +1309,7 @@ class BattleItemSearch extends BattleTypedSearch<'item'> {
13091309
const abilitySpecific: SearchRow[] = [];
13101310
const abilityItem = {
13111311
protosynthesis: 'boosterenergy',
1312-
quarkdrive: 'boosterenegy',
1312+
quarkdrive: 'boosterenergy',
13131313
// poisonheal: 'toxicorb',
13141314
// toxicboost: 'toxicorb',
13151315
// flareboost: 'flameorb',

0 commit comments

Comments
 (0)