currency levelup rewards wip

This commit is contained in:
Master Kwoth
2017-11-15 02:42:48 +01:00
parent aca03cdc01
commit 461dfd553f
5 changed files with 85 additions and 28 deletions

View File

@ -200,6 +200,8 @@ namespace NadekoBot.Core.Services.Database.Repositories.Impl
set => set.Include(x => x.XpSettings)
.ThenInclude(x => x.RoleRewards)
.Include(x => x.XpSettings)
.ThenInclude(x => x.CurrencyRewards)
.Include(x => x.XpSettings)
.ThenInclude(x => x.ExclusionList));
if (gc.XpSettings == null)