Skip to content

Commit e093680

Browse files
committed
fix: 508逢魔不点击首领的问题
1 parent 022f82d commit e093680

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/common/funcList/508_逢魔首领.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ export class Func508 implements IFuncOrigin {
6262
[center, 694, 400, 0x810517],
6363
[center, 615, 399, 0x500c19],
6464
[center, 693, 401, 0x830417],
65-
[left, 41, 48, 0xc4cce1],
65+
[left, 41, 48, 0xfaefb4],
6666
[right, 771, 39, 0x593716],
67-
[center, 564, 17, 0xe5e5e5],
67+
[center, 769, 38, 0x593716],
6868
[left, 44, 677, 0xc89a7e],
6969
]
7070
],

src/common/version.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1458,6 +1458,9 @@ export const versionList = [{
14581458
}, {
14591459
version: '20251231_03',
14601460
desc: 'fix: 018每日悬赏界面不返回的问题',
1461+
}, {
1462+
version: '20260102_01',
1463+
desc: 'fix: 508逢魔不点击首领的问题',
14611464
}];
14621465

14631466
export default versionList[versionList.length - 1].version;

0 commit comments

Comments
 (0)