From aeb76277abb4fd05e39c964fb72efb3629235ec3 Mon Sep 17 00:00:00 2001 From: lifehackerhansol Date: Wed, 17 Jul 2024 15:30:44 -0700 Subject: [PATCH] results: ctr_support: 003-(1401~1403) is the same as 003-1101 Nintendo support link: https://en-americas-support.nintendo.com/app/answers/detail/a_id/14473/ --- cogs/results/ctr_support.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cogs/results/ctr_support.py b/cogs/results/ctr_support.py index 83578554..c3a28b2e 100644 --- a/cogs/results/ctr_support.py +++ b/cogs/results/ctr_support.py @@ -71,6 +71,7 @@ 1099: ResultInfo('Access point with given SSID not found.', 'https://en-americas-support.nintendo.com/app/answers/detail/a_id/4249/kw/003-1099'), 1101: ResultInfo('Incorrect password for access point or configuration is not compatible with the 3DS.'), 2001: ResultInfo('DNS error. If you\'re using a custom DNS server, make sure the settings are correct.'), + (1401, 1403): ResultInfo('Incorrect password for access point or configuration is not compatible with the 3DS.'), (2101, 2103): ResultInfo('Generic connection error(?)') })