Kroatien hinzugefügt

This commit is contained in:
2023-08-14 17:15:54 +02:00
parent dd7bd99595
commit 744ce5a687

View File

@@ -58,6 +58,7 @@ namespace CardmarketBot
// 14 => Italien // 14 => Italien
// 17 => Luxemburg // 17 => Luxemburg
// 29 => Spanien // 29 => Spanien
// 48 => Kroatien
Dictionary<string, int> LaenderCodes = new Dictionary<string, int>() Dictionary<string, int> LaenderCodes = new Dictionary<string, int>()
{ {
@@ -70,7 +71,8 @@ namespace CardmarketBot
{ "Irland", 13 }, { "Irland", 13 },
{ "Italien", 14 }, { "Italien", 14 },
{ "Luxemburg", 17 }, { "Luxemburg", 17 },
{ "Spanien", 29 } { "Spanien", 29 },
{ "Kroatien", 48 }
}; };