Merge pull request #1790 from LostDragonist/cp2077_fix

Fix Cyberpunk 2077 GOG ID
This commit is contained in:
erri120 2022-01-02 12:13:30 +01:00 committed by GitHub
commit 6a8729fcae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -670,7 +670,7 @@ namespace Wabbajack.Common
{ {
Game = Game.Cyberpunk2077, Game = Game.Cyberpunk2077,
SteamIDs = new List<int> {1091500}, SteamIDs = new List<int> {1091500},
GOGIDs = new List<int> {2093619782}, GOGIDs = new List<int> {1423049311},
MO2Name = "Cyberpunk 2077", MO2Name = "Cyberpunk 2077",
NexusName = "cyberpunk2077", NexusName = "cyberpunk2077",
NexusGameId = 3333, NexusGameId = 3333,