This commit is contained in:
TheGiddyLimit
2024-01-03 17:51:53 +00:00
parent 8117ebddc5
commit 0a4253c9f0
19 changed files with 141 additions and 34 deletions

View File

@@ -684,7 +684,7 @@ class AreaCheck extends DataTesterBase {
}
}
AreaCheck.errorSet = new Set();
AreaCheck.fileMatcher = /\/(adventure-).*\.json/;
AreaCheck.fileMatcher = /\/(adventure-|book-).*\.json/;
class LootDataCheck extends GenericDataCheck {
static pRun () {