diff --git a/src/route/wcl/character-parses.ts b/src/route/wcl/character-parses.ts index 0c9a39c..ba1904e 100644 --- a/src/route/wcl/character-parses.ts +++ b/src/route/wcl/character-parses.ts @@ -19,6 +19,7 @@ type Query = { metric: string; zone: string; timeframe?: string; + partition?: string; game?: "classic" | "retail"; };