documentation
This commit is contained in:
parent
352b4b5d26
commit
25e26ff3b6
1 changed files with 4 additions and 0 deletions
|
|
@ -2474,6 +2474,10 @@ class DataChecker {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Verifies the status of all items in a given section (e.g. Grubs or Whispering Roots) from the database.
|
||||||
|
* @param {object} section Provide a section object to check.
|
||||||
|
*/
|
||||||
checkItems(section) {
|
checkItems(section) {
|
||||||
this.section = section;
|
this.section = section;
|
||||||
this.entries = section.entries;
|
this.entries = section.entries;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue