fixed deleting users
This commit is contained in:
parent
2246624917
commit
300ab2370f
10 changed files with 815 additions and 14 deletions
|
@ -31,7 +31,7 @@ namespace Lieb.Models.GuildWars2.Raid
|
|||
|
||||
public bool MoveFlexUsers { get; set; } = true;
|
||||
|
||||
public ulong RaidOwnerId { get; set; }
|
||||
public ulong? RaidOwnerId { get; set; }
|
||||
|
||||
//role name, number of spots
|
||||
public ICollection<RaidRole> Roles { get; set; } = new HashSet<RaidRole>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue