mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Merge pull request #1790 from LostDragonist/cp2077_fix
Fix Cyberpunk 2077 GOG ID
This commit is contained in:
commit
6a8729fcae
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user