add skip download

This commit is contained in:
2025-07-20 21:13:07 -07:00
parent 54cc1d9a55
commit 6b6dbdda99
2 changed files with 28 additions and 26 deletions

View File

@ -49,7 +49,7 @@ func main() {
log.Fatalf("WowDir in %s is still the default setting, exiting", cfgPath)
}
stats, err := epoch.DownloadUpdate(config.WowDir, forceFlag, config.RemoveUnknownPatches)
stats, err := epoch.Update(config.WowDir, forceFlag, config.RemoveUnknownPatches, false)
if err != nil {
log.Fatal(err)
}