This commit is contained in:
Aokromes
2017-04-14 15:21:42 +02:00
parent adae2fec26
commit 08bc1849ba
2 changed files with 2 additions and 1 deletions

View File

@@ -21,6 +21,7 @@
#include "Player.h"
#include "SpellInfo.h"
#include "Spell.h"
#include "World.h"
#include "Opcodes.h"
SpellHistory::Clock::duration const SpellHistory::InfinityCooldownDelay = std::chrono::duration_cast<SpellHistory::Clock::duration>(std::chrono::seconds(MONTH));

View File

@@ -2239,7 +2239,7 @@ void World::Update(uint32 diff)
/// <li> Handle all other objects
///- Update objects when the timer has passed (maps, transport, creatures, ...)
sWorldUpdateTime.RecordUpdateTimeReset();();
sWorldUpdateTime.RecordUpdateTimeReset();
sMapMgr->Update(diff);
sWorldUpdateTime.RecordUpdateTimeDuration("UpdateMapMgr");