Skip to content

Commit

Permalink
fix: classic talent tab need icon
Browse files Browse the repository at this point in the history
  • Loading branch information
DengSir committed Apr 12, 2024
1 parent 70a2021 commit 658e12e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/TalentsGen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ interface Config {
}

const PROJECTS: { [key: number]: Config } = {
[ProjectId.Classic]: { hasId: false, hasIcon: false },
[ProjectId.Classic]: { hasId: false, hasIcon: true },
[ProjectId.BCC]: { hasId: true, hasIcon: false },
[ProjectId.WLK]: { hasId: true, hasIcon: true },
};
Expand Down

0 comments on commit 658e12e

Please sign in to comment.