mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-08-26 02:54:47 -05:00
Fix ZU by usage NFEs (#11906)
I forgot in the last fix that Primeape fell out of ZU by usage in the last three month period. Jan: 4.25% Feb: 4.71% Mar: 2.17% Avg: 3.71%
This commit is contained in:
@@ -464,7 +464,7 @@ export const FormatsData: import('../sim/dex-species').SpeciesFormatsDataTable =
|
||||
tier: "LC",
|
||||
},
|
||||
primeape: {
|
||||
tier: "ZU",
|
||||
tier: "NFE",
|
||||
doublesTier: "NFE",
|
||||
natDexTier: "NFE",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user