Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ with minimal/no interaction with the battle.net client while still being automat
|wow | World of Warcraft |
|wowclassic | World of Warcraft Classic |
|wowclassicera | World of Warcraft Classic Era |
|wowclassictitan| World of Warcraft Titan Reforged Classic |
|wowptr | World of Warcraft Public Test Realm |

the result should look something like the example or screenshot bellow:
Expand Down
6 changes: 6 additions & 0 deletions bnetlauncher/Resources/gamesdb.ini
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,12 @@ client=battlenet2
cmd=wow_classic_era
exe=WowClassic.exe

[wowclassictitan]
name=World of Warcraft Titan Reforged Classic
client=battlenet2
cmd=wow_classic_titan
exe=WowClassic.exe

[wowptr]
name=World of Warcraft Public Test Realm
client=battlenet2
Expand Down