.savechat no longer owneronly
started implementation of bigwin announcement, but there are problems
This commit is contained in:
parent
082cf79736
commit
988d8c0250
8 changed files with 66 additions and 15 deletions
src/EllieBot/Db
|
@ -272,9 +272,6 @@ public abstract class EllieContext : DbContext
|
|||
du.Property(x => x.IsClubAdmin)
|
||||
.HasDefaultValue(false);
|
||||
|
||||
du.Property(x => x.NotifyOnLevelUp)
|
||||
.HasDefaultValue(XpNotificationLocation.None);
|
||||
|
||||
du.Property(x => x.TotalXp)
|
||||
.HasDefaultValue(0);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue