Skip to content

Commit a4f4c1a

Browse files
committed
Fix MetaGen build
1 parent a9c0163 commit a4f4c1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MetaGen/Services/CASC.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public static void Initialize(string program, string? wowFolderOrCDNHost)
2121
}
2222
else if(wowFolderOrCDNHost.StartsWith("http://") || wowFolderOrCDNHost.StartsWith("https://"))
2323
{
24-
CASCConfig.OverrideCDNHost = wowFolderOrCDNHost;
24+
CASCConfig.CDNHostOverride = wowFolderOrCDNHost;
2525
Console.WriteLine("Initializing CASC from CDN with host " + wowFolderOrCDNHost + " and program " + program + " and locale " + locale);
2626
cascHandler = CASCHandler.OpenOnlineStorage(program, "eu");
2727
}

0 commit comments

Comments
 (0)