Skip to content

Commit

Permalink
refactor: fix premier division trophy graphic (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonpole committed Jan 8, 2025
1 parent d068031 commit 1bccb69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ export const Awards = [
},
{
on: CalendarEntry.COMPETITION_END,
target: TierSlug.LEAGUE_PREMIER,
target: TierSlug.LEAGUE_PREMIER_PLAYOFFS,
type: AwardType.CHAMPION,
action: [AwardAction.CONFETTI, AwardAction.EMAIL],
start: Zones.LEAGUE_PROMOTION_AUTO_START,
Expand Down

0 comments on commit 1bccb69

Please sign in to comment.