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 {
|
CombatZone zone = new CombatZone {
|
||||||
Faction = objective.Faction,
|
Faction = objective.Faction,
|
||||||
System = objective.System,
|
System = objective.System,
|
||||||
|
|
||||||
Grade = dialog.Grade,
|
Grade = dialog.Grade,
|
||||||
Type = dialog.Type,
|
Type = dialog.Type,
|
||||||
Amount = dialog.Amount
|
Amount = dialog.Amount
|
||||||
};
|
};
|
||||||
|
|
||||||
objective.Transactions.Add(zone);
|
UITransaction uitransaction = new UITransaction(zone);
|
||||||
|
objective.UITransactions.Add(uitransaction);
|
||||||
|
|
||||||
RefreshView();
|
RefreshView();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user