fix combat zone dialog
This commit is contained in:
parent
2648b1390b
commit
f7c3a1bb41
@ -248,13 +248,14 @@ public partial class MainWindow : Window {
|
||||
CombatZone zone = new CombatZone {
|
||||
Faction = objective.Faction,
|
||||
System = objective.System,
|
||||
|
||||
Grade = dialog.Grade,
|
||||
Type = dialog.Type,
|
||||
Amount = dialog.Amount
|
||||
};
|
||||
|
||||
objective.Transactions.Add(zone);
|
||||
UITransaction uitransaction = new UITransaction(zone);
|
||||
objective.UITransactions.Add(uitransaction);
|
||||
|
||||
RefreshView();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user