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