Added SendMessageToRaidUsers
Message is sent, if furure Raid is deleted
This commit is contained in:
parent
ed7a1905fd
commit
e9b353527f
5 changed files with 32 additions and 23 deletions
|
@ -83,6 +83,10 @@ namespace Lieb.Data
|
|||
template.StartTime = template.StartTime.AddDays(template.Interval);
|
||||
template.EndTime = template.EndTime.AddDays(template.Interval);
|
||||
template.FreeForAllTime = template.FreeForAllTime.AddDays(template.Interval);
|
||||
foreach(RaidReminder reminder in template.Reminders)
|
||||
{
|
||||
reminder.ReminderTimeUTC = reminder.ReminderTimeUTC.AddDays(template.Interval);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue