mirror of
https://github.com/mangosfour/server.git
synced 2025-12-27 10:37:02 +00:00
[9687] Add to mangos.conf options for daily/weekly reset time.
* Quests.Daily.ResetHour (0..23) for daily quests * Quests.Weekly.ResetWeekDay (0..6) and Quests.Weekly.ResetHour (0..23) for weekly quests. * Drop time from character_queststatus_daily and use same way as weekly quest reset time store.
This commit is contained in:
parent
fdddf9188a
commit
d78117bbc8
11 changed files with 83 additions and 53 deletions
|
|
@ -104,6 +104,7 @@ pkgdata_DATA = \
|
|||
9663_01_mangos_mangos_string.sql \
|
||||
9680_01_characters_character_stats.sql \
|
||||
9686_01_characters_character_queststatus_weekly.sql \
|
||||
9687_01_characters_character_queststatus_daily.sql \
|
||||
README
|
||||
|
||||
## Additional files to include when running 'make dist'
|
||||
|
|
@ -188,4 +189,5 @@ EXTRA_DIST = \
|
|||
9663_01_mangos_mangos_string.sql \
|
||||
9680_01_characters_character_stats.sql \
|
||||
9686_01_characters_character_queststatus_weekly.sql \
|
||||
9687_01_characters_character_queststatus_daily.sql \
|
||||
README
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue