mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 17:51:28 +00:00
Removed duplicate code for pruning merhantlist_temp
The code already exists, guarded by a rule.
This commit is contained in:
parent
b57bcced40
commit
7cc23fcbeb
@ -327,9 +327,6 @@ int main(int argc, char** argv) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
LogInfo("Purging expired data buckets");
|
|
||||||
database.PurgeAllDeletedDataBuckets();
|
|
||||||
|
|
||||||
LogInfo("Loading zones");
|
LogInfo("Loading zones");
|
||||||
|
|
||||||
world_store.LoadZones();
|
world_store.LoadZones();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user