Skip to content

Commit

Permalink
fix: ZodiacYear.PEGASUS rotation date
Browse files Browse the repository at this point in the history
  • Loading branch information
beheh authored Mar 27, 2024
1 parent 407c3ab commit f5332d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hearthstone/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
ZodiacYear.GRYPHON: datetime(2021, 3, 30),
ZodiacYear.HYDRA: datetime(2022, 4, 12),
ZodiacYear.WOLF: datetime(2023, 4, 11),
ZodiacYear.PEGASUS: datetime(2023, 3, 19),
ZodiacYear.PEGASUS: datetime(2024, 3, 19),
}


Expand Down

0 comments on commit f5332d6

Please sign in to comment.