diff --git a/DLC_TABLE.md b/DLC_TABLE.md index b3be891..6c87686 100644 --- a/DLC_TABLE.md +++ b/DLC_TABLE.md @@ -17,7 +17,7 @@ | Nebraska | nebraska | dlc_ne | | Arkansas | arkansas | dlc_ar | | Missouri | missouri | dlc_mo | -| Iowa (not released) | iowa | ? | +| Iowa | iowa | dlc_ia | | Louisiana (not released) | louisiana | ? | | Illinois (not released) | illinois | ? | | South Dakota (not released) | south_dakota | ? | diff --git a/ats/agencies.json b/ats/agencies.json index 8abfa7a..01122b0 100644 --- a/ats/agencies.json +++ b/ats/agencies.json @@ -102,5 +102,10 @@ "columbia", "springfield", "st_louis" + ], + "iowa" : [ + "davenport", + "des_moines", + "dubuque" ] } \ No newline at end of file diff --git a/ats/dealers.json b/ats/dealers.json index 91cfefe..9755f9c 100644 --- a/ats/dealers.json +++ b/ats/dealers.json @@ -132,5 +132,13 @@ "springfield", "st_joseph", "st_louis" + ], + "iowa" : [ + "burlingto_ia", + "cedar_rapids", + "des_moines", + "dubuque", + "mason_city", + "sioux_city" ] } \ No newline at end of file diff --git a/ats/dlc.json b/ats/dlc.json index 781f2d9..a8eeba9 100644 --- a/ats/dlc.json +++ b/ats/dlc.json @@ -13,5 +13,6 @@ "kansas" : "company.volatile.ai_car_whs.junction_cty", "nebraska" : "company.volatile.nls_rd_grg.columbus", "arkansas" : "company.volatile.aport_lit.little_rock", - "missouri" : "company.volatile.ai_car_pln.columbia" + "missouri" : "company.volatile.ai_car_pln.columbia", + "iowa" : "company.volatile.aport_cid.cedar_rapids" } \ No newline at end of file