Skip to content

Commit ffce988

Browse files
author
07218
committed
fix: 添加斗技段位保护裂痕识别
1 parent 133c4c4 commit ffce988

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/common/funcList/030_斗技_杂项.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ export class Func030 implements IFuncOrigin {
220220
id: 30,
221221
name: '斗技_杂项',
222222
operator: [
223-
thisOperator[0], thisOperator[1], thisOperator[3], thisOperator[4],
223+
thisOperator[0], thisOperator[1], thisOperator[2], thisOperator[3], thisOperator[4],
224224
thisOperator[6], thisOperator[7], thisOperator[8], thisOperator[9],
225225
thisOperator[12], thisOperator[13],
226226
]

0 commit comments

Comments
 (0)