We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9c0163 commit a4f4c1aCopy full SHA for a4f4c1a
MetaGen/Services/CASC.cs
@@ -21,7 +21,7 @@ public static void Initialize(string program, string? wowFolderOrCDNHost)
21
}
22
else if(wowFolderOrCDNHost.StartsWith("http://") || wowFolderOrCDNHost.StartsWith("https://"))
23
{
24
- CASCConfig.OverrideCDNHost = wowFolderOrCDNHost;
+ CASCConfig.CDNHostOverride = wowFolderOrCDNHost;
25
Console.WriteLine("Initializing CASC from CDN with host " + wowFolderOrCDNHost + " and program " + program + " and locale " + locale);
26
cascHandler = CASCHandler.OpenOnlineStorage(program, "eu");
27
0 commit comments