mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-05-15 09:17:13 +08:00
fixed #951
This commit is contained in:
@@ -93,7 +93,7 @@ public partial class OneDragonTaskItem : ObservableObject
|
||||
case "领取每日奖励":
|
||||
Action = async () =>
|
||||
{
|
||||
await new GoToAdventurersGuildTask().Start(config.AdventurersGuildCountry, CancellationContext.Instance.Cts.Token);
|
||||
await new GoToAdventurersGuildTask().Start(config.AdventurersGuildCountry, CancellationContext.Instance.Cts.Token, config.DailyRewardPartyName);
|
||||
await new ClaimBattlePassRewardsTask().Start(CancellationContext.Instance.Cts.Token);
|
||||
};
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user