Skip to content

Commit

Permalink
Actually show dialog for confirming learning of skill
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanmoffat committed Apr 20, 2022
1 parent fbe9366 commit 3a6ff4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions EndlessClient/Dialogs/SkillmasterDialog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ private void Learn(Skill skill)
if (e.Result == XNADialogResult.OK)
_skillmasterActions.LearnSkill(skill.Id);
};
dlg.ShowDialog();
}
}

Expand Down

0 comments on commit 3a6ff4c

Please sign in to comment.