diff --git a/repo/js/AutoDomain/main.js b/repo/js/AutoDomain/main.js index 080780f6..ed4c66d8 100644 --- a/repo/js/AutoDomain/main.js +++ b/repo/js/AutoDomain/main.js @@ -256,6 +256,11 @@ "description": "Domain", "name": "昏识塔", "position": [-93.67, 0, 3015.46] + }, + { + "description": "Domain", + "name": "荒废砌造坞", + "position": [-3378.5, 0, 10535.5] } ] diff --git a/repo/js/AutoDomain/manifest.json b/repo/js/AutoDomain/manifest.json index a525fed1..def20aab 100644 --- a/repo/js/AutoDomain/manifest.json +++ b/repo/js/AutoDomain/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 1, "name": "传送并自动秘境", - "version": "1.5", + "version": "1.6", "description": "BetterGI自带脚本,用于传送后并执行自动秘境。秘境中角色死亡复活后继续回去战斗。", "authors": [ { diff --git a/repo/js/AutoDomain/settings.json b/repo/js/AutoDomain/settings.json index 7a6f12c8..84124bbd 100644 --- a/repo/js/AutoDomain/settings.json +++ b/repo/js/AutoDomain/settings.json @@ -32,7 +32,8 @@ "蕴火的幽墟", "深古瞭望所", "虹灵的净土", - "昏识塔" + "昏识塔", + "荒废砌造坞" ] } -] \ No newline at end of file +]