We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2273918 commit 6de0f43Copy full SHA for 6de0f43
TACTSharp.Tests/ExtractionTests.cs
@@ -12,6 +12,7 @@ public void Initialize()
12
{
13
// Pinned on 9.0.1.35078, should still be available as long as it is on wowe1.
14
build = new BuildInstance();
15
+ build.Settings.AdditionalCDNs.AddRange("casc.wago.tools", "cdn.arctium.tools");
16
build.LoadConfigs("43a001a23efd4193a96266be43fe67d8", "c67fdeccf96e2a0ddf205e0a7e8f1927");
17
build.Load();
18
}
0 commit comments