Skip to content

Commit f456163

Browse files
committed
fix: 008结界进攻对逢魔场景判断重新取点
1 parent 7c56b03 commit f456163

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/common/funcList/008_结界_进攻.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ export class Func008 implements IFuncOrigin {
8383
// 逢魔的前提判断
8484
desc: [1280, 720,
8585
[
86-
[left, 44, 50, 0x4c5059],
87-
[left, 73, 43, 0x162539],
88-
[center, 751, 39, 0x241709],
86+
[left, 44, 47, 0x666047],
87+
[left, 47, 15, 0x17100f],
88+
[center, 751, 39, 0x251709],
8989
[right, 1182, 648, 0x696969],
9090
]
9191
]

0 commit comments

Comments
 (0)