Update to v2.8.6

This commit is contained in:
Lost-MSth
2022-04-01 13:37:38 +08:00
parent cb6425a0d1
commit 1235733ddf
4 changed files with 15 additions and 18 deletions

View File

@@ -155,7 +155,7 @@ def get_one_character(c, user_id, character_id):
"name": x[7],
"character_id": x[1]
}
if x[1] == 21:
if x[1] == 21 or x[1] == 46:
r["voice"] = [0, 1, 2, 3, 100, 1000, 1001]
return r