mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 13:37:00 +00:00
[9688] Fixed typo in daily quest reset time init.
This commit is contained in:
parent
d78117bbc8
commit
c56000b666
2 changed files with 2 additions and 2 deletions
|
|
@ -1928,7 +1928,7 @@ void World::InitDailyQuestResetTime()
|
|||
if (!result)
|
||||
m_NextDailyQuestReset = time_t(time(NULL)); // game time not yet init
|
||||
else
|
||||
m_NextWeeklyQuestReset = time_t((*result)[0].GetUInt64());
|
||||
m_NextDailyQuestReset = time_t((*result)[0].GetUInt64());
|
||||
|
||||
// generate time by config
|
||||
time_t curTime = time(NULL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue