From e55fe37f13ac82cac274eca727488c6f8df1b38d Mon Sep 17 00:00:00 2001 From: Amelia Magee <33827951+Sectimus@users.noreply.github.com> Date: Sun, 3 Sep 2023 18:14:02 +0100 Subject: [PATCH] Add support for World of Warcraft Classic Era (for hardcore and *true* vanilla classic realms) (#92) * Added World of Warcraft Classic Era support courtesy of Sectimus --- README.md | 2 ++ bnetlauncher/Properties/AssemblyInfo.cs | 4 ++-- bnetlauncher/Resources/gamesdb.ini | 6 ++++++ changelog.txt | 3 +++ 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 35e6a20..5b35abe 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ with minimal/no interaction with the battle.net client while still being automat |w3 | Warcraft 3: Reforged | |wow | World of Warcraft | |wowclassic | World of Warcraft Classic | +|wowclassicera | World of Warcraft Classic Era | |wowptr | World of Warcraft Public Test Realm | the result should look something like the example or screenshot bellow: @@ -178,3 +179,4 @@ Explaining what each part does: * github KyleStilkey for Diablo Immortal support * github d3rt0xx for MW2 & WZ2.0 support * github Sectimus for Diablo IV support +* github Sectimus for WoW Classic Era support diff --git a/bnetlauncher/Properties/AssemblyInfo.cs b/bnetlauncher/Properties/AssemblyInfo.cs index b3f00da..4204cb9 100644 --- a/bnetlauncher/Properties/AssemblyInfo.cs +++ b/bnetlauncher/Properties/AssemblyInfo.cs @@ -50,6 +50,6 @@ // Build Number // Revision // -[assembly: AssemblyVersion("2.22.*")] -//[assembly: AssemblyFileVersion("2.22.*")] +[assembly: AssemblyVersion("2.23.*")] +//[assembly: AssemblyFileVersion("2.23.*")] [assembly: NeutralResourcesLanguage("en")] diff --git a/bnetlauncher/Resources/gamesdb.ini b/bnetlauncher/Resources/gamesdb.ini index bab9008..d00c435 100644 --- a/bnetlauncher/Resources/gamesdb.ini +++ b/bnetlauncher/Resources/gamesdb.ini @@ -137,6 +137,12 @@ client=battlenet2 cmd=wow_classic exe=WowClassic.exe +[wowclassicera] +name=World of Warcraft Classic Era +client=battlenet2 +cmd=wow_classic_era +exe=WowClassic.exe + [wowptr] name=World of Warcraft Public Test Realm client=battlenet2 diff --git a/changelog.txt b/changelog.txt index 13c3002..36c3334 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,8 @@ Version History --------------- +2.23 ++ Added World of Warcraft Classic Era support courtesy of Sectimus + 2.21 + Changed Diablo IV launch argument based on license change