We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 073a9ee commit 1112be6Copy full SHA for 1112be6
TbsCore/Tasks/Update/HeroUpdateInfo.cs
@@ -19,7 +19,7 @@ public override async Task<TaskRes> Execute(Account acc)
19
}
20
21
{
22
- var result = await NavigationHelper.ToHero(acc, NavigationHelper.HeroTab.Attributes);
+ var result = await NavigationHelper.ToHero(acc, NavigationHelper.HeroTab.Inventory);
23
if (StopFlag) return TaskRes.Executed;
24
if (!result) return TaskRes.Executed;
25
0 commit comments