mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 21:26:23 +00:00
fix(Calendar/Packets): add additional validation when creating events (#2799)
This commit is contained in:
@@ -1338,6 +1338,14 @@ Quests.IgnoreAutoAccept = 0
|
||||
|
||||
Quests.IgnoreAutoComplete = 0
|
||||
|
||||
#
|
||||
# Calendar.DeleteOldEventsHour
|
||||
# Description: Hour of the day when the daily deletion of old calendar events occurs.
|
||||
# Range: 0-23
|
||||
# Default: 6 - (06:00 AM)
|
||||
|
||||
Calendar.DeleteOldEventsHour = 6
|
||||
|
||||
#
|
||||
# Guild.EventLogRecordsCount
|
||||
# Description: Number of log entries for guild events that are stored per guild. Old entries
|
||||
|
||||
Reference in New Issue
Block a user