fix close DlgNPC

This commit is contained in:
NguyenVanDat
2026-03-12 10:03:28 +07:00
parent a13ac49467
commit f8a6300e1e
@@ -3827,7 +3827,7 @@ namespace BrewMonster.UI
var dlg2 = CECUIManager.Instance.ShowUI(dialogue2);
}
}
Show(false);
CloseDialogue();
return true;
}