mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 10:31:29 +00:00
Merge pull request #1114 from noudess/patch-1
Removed duplicate code for pruning merhantlist_temp
This commit is contained in:
commit
8ed2ea5cfe
@ -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");
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user