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:
@@ -833,6 +833,8 @@ void BarterDatabase::loadingFinished(){
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
TypesafeYamlDatabase::loadingFinished();
|
||||
}
|
||||
|
||||
BarterDatabase barter_db;
|
||||
|
||||
Reference in New Issue
Block a user