69GIAP / 69GIAPBosWar

1 stars 1 forks source link

Missing coalition assignment when importing airfields into db #148

Open 69giapmyata opened 10 years ago

69giapmyata commented 10 years ago

I realized that once I import my deactivate and activated airfields into the db I do not get the coalition field populated based on the coosen assignment in the rof editor. Is this bug or what is the reason for it?

At the beginning, when I designed the airfield management console, every update included this setting based on the selected readio button in the GUI. This query was used to filter the active airfields in the table. Please compare to your test dbs and let me know if there is something wrong on my end or a simple update missing in the import script.

SELECT * FROM rofwar.airfields
where airfield_Enabled = 1
order by airfield_Country, airfield_Coalition;