diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/game/World.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/game/World.cpp b/src/game/World.cpp index d4bc5e771f5..ef007d4ff59 100644 --- a/src/game/World.cpp +++ b/src/game/World.cpp @@ -1852,10 +1852,7 @@ void World::Update(uint32 diff) } if (m_gameTime > m_NextWeeklyQuestReset) - { ResetWeeklyQuests(); - m_NextWeeklyQuestReset += WEEK; - } /// <ul><li> Handle auctions when the timer has passed if (m_timers[WUPDATE_AUCTIONS].Passed()) |