fixed the worst affinity title

This commit is contained in:
Kwoth 2017-01-29 23:26:55 +01:00
parent b75407ff9f
commit 4205cf37a3

View File

@ -506,7 +506,7 @@ namespace NadekoBot.Modules.Gambling
title = AffinityTitles.Sloot;
else if (count < 17)
title = AffinityTitles.Depraved;
else if (count < 20)
else
title = AffinityTitles.Harlot;
return new WaifuProfileTitle(count, title.ToString().Replace('_', ' '));