Skip to content

Commit

Permalink
翻译职业名
Browse files Browse the repository at this point in the history
CuteReimu authored Aug 23, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent d3165d5 commit 8759074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maplebot/find_role.go
Original file line number Diff line number Diff line change
@@ -140,7 +140,7 @@ func findRole(name string) MessageChain {
}
}

s := fmt.Sprintf("角色名:%s\n职业:%s\n等级:%s\n联盟:%s\n", rawName, class, levelExp, legionLevel)
s := fmt.Sprintf("角色名:%s\n职业:%s\n等级:%s\n联盟:%s\n", rawName, TranslateClassName(class), levelExp, legionLevel)

expValues := make([]float64, 0, 30)
levelValues := make([]float64, 0, 30)

0 comments on commit 8759074

Please sign in to comment.