Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for World of Warcraft Classic Era (for hardcore and *true* vanilla classic realms) #92

Merged
merged 11 commits into from
Sep 3, 2023
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
4 changes: 2 additions & 2 deletions bnetlauncher/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
6 changes: 6 additions & 0 deletions bnetlauncher/Resources/gamesdb.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -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

Expand Down