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 03d5ef6 commit 521987aCopy full SHA for 521987a
handlers/getStatus.go
@@ -12,7 +12,7 @@ import (
12
)
13
14
var initTime = time.Now()
15
-var version = "1.11.3"
+var version = "1.12.4"
16
17
func getStatus(w http.ResponseWriter, r *http.Request) {
18
json.NewEncoder(w).Encode(map[string]interface{}{
translators/TranslateClassName.go
@@ -45,6 +45,7 @@ var classNameTranslationMap = map[string]string{
45
"소서러": "Sorceress",
46
"스칼라": "Scholar",
47
"아처": "Archer",
48
+ "오공": "Wukong",
49
"우사": "Woosa",
50
"워리어": "Warrior",
51
"위자드": "Wizard",
0 commit comments