diff --git a/repo/js/TCGQuickProficiency/main.js b/repo/js/TCGQuickProficiency/main.js index 4c2c0a023..54f5aed5e 100644 --- a/repo/js/TCGQuickProficiency/main.js +++ b/repo/js/TCGQuickProficiency/main.js @@ -238,9 +238,9 @@ async function teleportToTheCatsTail() { let clickIcon = null; for (let i = 0; i < 5; i++) { const region = captureGameRegion(); - const tarvern = region.find(tavernRo); + const tavern = region.find(tavernRo); + clickIcon = tavern.isExist() ? tavern : region.find(adventurersRo); region.dispose(); - clickIcon = tarvern.isExist() ? tarvern : region.find(adventurersRo); if (clickIcon.isExist()) { clickIcon.click(); await sleep(500); diff --git a/repo/js/TCGQuickProficiency/manifest.json b/repo/js/TCGQuickProficiency/manifest.json index c9fa3341a..02cbba594 100644 --- a/repo/js/TCGQuickProficiency/manifest.json +++ b/repo/js/TCGQuickProficiency/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 1, "name": "七圣召唤卡牌熟练度速刷", - "version": "1.2", + "version": "1.3", "bgi_version": "0.45.0", "description": "七圣召唤卡牌熟练度速刷", "authors": [