Skip to content

Commit

Permalink
fix: update default league to Affliction
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol committed Dec 12, 2023
1 parent 35be551 commit fdf3283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/skill_tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ export const constructQuery = (jewel: number, conqueror: string, result: SearchW
};

export const openTrade = (jewel: number, conqueror: string, results: SearchWithSeed[]) => {
const url = new URL('https://www.pathofexile.com/trade/search/Sentinel');
const url = new URL('https://www.pathofexile.com/trade/search/Affliction');
url.searchParams.set('q', JSON.stringify(constructQuery(jewel, conqueror, results)));

// POE Trade has a 32k limit
Expand Down

0 comments on commit fdf3283

Please sign in to comment.