Skip to content

Commit

Permalink
Add support for World of Warcraft Classic Era (for hardcore and *true…
Browse files Browse the repository at this point in the history
…* vanilla classic realms) (#92)

* Added World of Warcraft Classic Era support courtesy of Sectimus
  • Loading branch information
Sectimus committed Sep 3, 2023
1 parent 4d76ccb commit e55fe37
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
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

0 comments on commit e55fe37

Please sign in to comment.