master #3

Open
cacahuetes wants to merge 920 commits from liza/Questionable:master into cacahuetes-ShB-Healer
Showing only changes of commit 3c219ae7d0 - Show all commits

View File

@ -80,6 +80,7 @@ internal sealed class PriorityWindow : LWindow
if (!string.IsNullOrEmpty(_searchString))
{
foundQuests = _questRegistry.AllQuests
.Where(x => x.Id is not SatisfactionSupplyNpcId)
.Where(x => x.Info.Name.Contains(_searchString, StringComparison.CurrentCultureIgnoreCase))
.Where(x => !_questFunctions.IsQuestUnobtainable(x.Id));
}