This commit is contained in:
辉鸭蛋
2025-01-10 01:04:31 +08:00
parent 9f11fc984d
commit 6591c8a387

View File

@@ -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;