mirror of
https://github.com/ModOrganizer2/modorganizer-basic_games.git
synced 2026-07-27 14:07:29 -07:00
Fix wrong GOG Id for Darkest Dungeon (#225)
This commit is contained in:
@@ -166,7 +166,7 @@ class DarkestDungeonGame(BasicGame):
|
||||
GameNexusName = "darkestdungeon"
|
||||
GameNexusId = 804
|
||||
GameSteamId = 262060
|
||||
GameGogId = 1719198803
|
||||
GameGogId = 1450711444
|
||||
GameBinary = "_windows/win64/Darkest.exe"
|
||||
GameDataPath = ""
|
||||
GameDocumentsDirectory = "%DOCUMENTS%/Darkest"
|
||||
|
||||
Reference in New Issue
Block a user