Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
Create WoW.mfil
Browse files Browse the repository at this point in the history
  • Loading branch information
funjoker committed Jan 1, 2021
1 parent c24a671 commit 0e80e79
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ClientDownloader/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,16 @@ static void Main(string[] args)
ClearCurrentConsoleLine();
}
}

Console.WriteLine("Creating WoW.mfil...");
using (StreamWriter sw = File.CreateText("WoW.mfil"))
{
sw.WriteLine("version=2");
sw.WriteLine("server=akamai");
sw.WriteLine(" location=http://dist.blizzard.com.edgesuite.net/wow-pod-retail/EU/15050.direct/");
sw.WriteLine("manifest_partial=wow-15595-0C3502F50D17376754B9E9CB0109F4C5.mfil");
}

Console.WriteLine("Sucessfully downloaded client data!");
Console.WriteLine("Press Enter to exit...");
Console.ReadLine();
Expand Down

0 comments on commit 0e80e79

Please sign in to comment.