Fix incorrect province name in standard unit list
This commit is contained in:
parent
771d390409
commit
2c677f4f36
|
@ -188,7 +188,7 @@ public class World
|
||||||
{
|
{
|
||||||
return this.AddUnits(
|
return this.AddUnits(
|
||||||
"Austria A Bud",
|
"Austria A Bud",
|
||||||
"Austria A Vir",
|
"Austria A Vie",
|
||||||
"Austria F Tri",
|
"Austria F Tri",
|
||||||
"England A Lvp",
|
"England A Lvp",
|
||||||
"England F Edi",
|
"England F Edi",
|
||||||
|
|
Loading…
Reference in New Issue