Kroatien hinzugefügt
This commit is contained in:
@@ -58,6 +58,7 @@ namespace CardmarketBot
|
||||
// 14 => Italien
|
||||
// 17 => Luxemburg
|
||||
// 29 => Spanien
|
||||
// 48 => Kroatien
|
||||
|
||||
Dictionary<string, int> LaenderCodes = new Dictionary<string, int>()
|
||||
{
|
||||
@@ -70,7 +71,8 @@ namespace CardmarketBot
|
||||
{ "Irland", 13 },
|
||||
{ "Italien", 14 },
|
||||
{ "Luxemburg", 17 },
|
||||
{ "Spanien", 29 }
|
||||
{ "Spanien", 29 },
|
||||
{ "Kroatien", 48 }
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user