Skip to content

Commit 3b7ed40

Browse files
authored
fix: 修复部分情况下卡在复现结束界面的问题 (#319)
1 parent 42a7d62 commit 3b7ed40

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

assets/resource/base/pipeline/combat.json

+4-5
Original file line numberDiff line numberDiff line change
@@ -851,14 +851,13 @@
851851
"post_wait_freezes": {
852852
"time": 500,
853853
"target": [
854-
389,
855-
194,
856-
442,
857-
326
854+
614,
855+
457,
856+
666,
857+
263
858858
]
859859
},
860860
"next": [
861-
"Victory",
862861
"AllIn",
863862
"HomeFlag"
864863
],

0 commit comments

Comments
 (0)