fix combat zone dialog
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user