Skip to content

Commit

Permalink
Add hkrpg signgame to daily check-in
Browse files Browse the repository at this point in the history
  • Loading branch information
seriaati committed Oct 12, 2024
1 parent 8b03a51 commit 4896c13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions genshin/client/components/daily.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ async def request_daily_reward(

if game is types.Game.GENSHIN:
headers["x-rpc-signgame"] = "hk4e"
elif game is types.Game.STARRAIL:
headers["x-rpc-signgame"] = "hkrpg"
elif game is types.Game.ZZZ:
headers["x-rpc-signgame"] = "zzz"

Expand Down

0 comments on commit 4896c13

Please sign in to comment.