From e8057dfddea63e21118016a7ca5e720f675ce8d4 Mon Sep 17 00:00:00 2001 From: Roy <88516395+moraroy@users.noreply.github.com> Date: Fri, 13 Sep 2024 08:38:58 -0700 Subject: [PATCH] fixed D2 typo error in battle net scanner thanks! @JeG99 --- NSLGameScanner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NSLGameScanner.py b/NSLGameScanner.py index 84db727..0831824 100644 --- a/NSLGameScanner.py +++ b/NSLGameScanner.py @@ -978,7 +978,7 @@ else: flavor_mapping = { "Blizzard Arcade Collection": "RTRO", "Diablo": "D1", - "Diablo II: Resurrected": "OSI", + "Diablo II Resurrected": "OSI", "Diablo III": "D3", "Diablo IV": "Fen", "Diablo Immortal (PC)": "ANBS",