Merge pull request #1114 from noudess/patch-1

Removed duplicate code for pruning merhantlist_temp
This commit is contained in:
Chris Miles 2020-08-21 00:24:59 -05:00 committed by GitHub
commit 8ed2ea5cfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -344,9 +344,6 @@ int main(int argc, char** argv) {
database.ClearInvSnapshots();
LogInfo("Loading items");
LogInfo("Purging player sold merchant items");
MerchantlistTempRepository::Truncate();
if (!content_db.LoadItems(hotfix_name)) {
LogError("Error: Could not load item data. But ignoring");
}