Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Astana, capital of Kazakhstan (this fixes #43) #126

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Assets/Data/Countries/Capitals.json
Original file line number Diff line number Diff line change
Expand Up @@ -18289,7 +18289,7 @@
]
},
"capital": [
"Nur-Sultan"
"Astana"
],
"altSpellings": [
"KZ",
Expand Down Expand Up @@ -39204,4 +39204,4 @@
}
}
}
]
]
6 changes: 3 additions & 3 deletions Assets/Data/Countries/Country Data.asset
Original file line number Diff line number Diff line change
Expand Up @@ -151169,12 +151169,12 @@ MonoBehaviour:
alpha3Code: KAZ
population: 18556698
cities:
- name: Nur-Sultan
- name: Astana
isCapital: 1
populationMetro: 1209000
coordinate:
longitude: 1.3423867
latitude: 0.7561977
longitude: 1.246667008
latitude: 0.891844727
countryName: Kazakhstan
countryAlpha3Code: KAZ
inAmericanState: 0
Expand Down
2 changes: 1 addition & 1 deletion Assets/Data/Quest/Locations.asset
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ MonoBehaviour:
- countryName: Kazakhstan
countryCode3: KAZ
curatedCities:
- cityName: Nur-Sultan
- cityName: Astana
overrideCountryName:
overrideCountryFlagCode:
- countryName: Kenya
Expand Down