Skip to content

Commit 1112be6

Browse files
committed
fix update hero info
1 parent 073a9ee commit 1112be6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TbsCore/Tasks/Update/HeroUpdateInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public override async Task<TaskRes> Execute(Account acc)
1919
}
2020

2121
{
22-
var result = await NavigationHelper.ToHero(acc, NavigationHelper.HeroTab.Attributes);
22+
var result = await NavigationHelper.ToHero(acc, NavigationHelper.HeroTab.Inventory);
2323
if (StopFlag) return TaskRes.Executed;
2424
if (!result) return TaskRes.Executed;
2525
}

0 commit comments

Comments
 (0)