Allow launching 10.0 clients.

This commit is contained in:
Fabian König
2022-10-13 00:20:46 +02:00
committed by GitHub
parent a271f91386
commit 65c14543f1

View File

@@ -15,7 +15,7 @@ class Launcher
var (SubFolder, BinaryName, MajorGameVersion, MinGameBuild) = gameVersion switch
{
#if x64
GameVersion.Retail => ("_retail_", "Wow.exe", new[] { 9 }, 37862),
GameVersion.Retail => ("_retail_", "Wow.exe", new[] { 9, 10 }, 37862),
GameVersion.Classic => ("_classic_", "WowClassic.exe", new[] { 2, 3 }, 39926),
GameVersion.ClassicEra => ("_classic_era_", "WowClassic.exe", new[] { 1 }, 40347),
#elif ARM64