Skip to content

Commit 81fa381

Browse files
committed
fix(Costume): Name error #777
1 parent 6de9af9 commit 81fa381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/Component/Costume/costume_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
if i == 8: # 特殊处理第8项
4747
entry.update({
4848
'I_WIN': 'I_WIN_8',
49-
'I_DE_WIN': '_DE_WIN_8',
49+
'I_DE_WIN': 'I_DE_WIN_8',
5050
'I_FALSE': 'I_FALSE_8'
5151
})
5252
battle_theme_model[getattr(BattleType, f"COSTUME_BATTLE_{i}")] = entry

0 commit comments

Comments
 (0)