Fixes mob and item atcommand sorting issues (#7058)

* Fixes #7055.
* Fixes several atcommands used for mob and item information were not properly accounting for order.
* Resolves an issue where YAML databases were not properly utilizing the cache feature.
* Increased MAX_SEARCH to 10 by default as in renewal there are many more items with duplicated names.
Thanks to @Playtester!
Co-authored-by: Playtester <Kenji.Ito@gmx.de>
This commit is contained in:
Aleos
2022-06-24 09:53:31 -04:00
committed by GitHub
parent 563a7012ff
commit 256735a136
12 changed files with 62 additions and 22 deletions

View File

@@ -833,6 +833,8 @@ void BarterDatabase::loadingFinished(){
}
}
}
TypesafeYamlDatabase::loadingFinished();
}
BarterDatabase barter_db;