mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +01:00
*Whoops, removed a bit too much there :(
--HG-- branch : trunk
This commit is contained in:
@@ -325,7 +325,7 @@ MapManager::Update(uint32 diff)
|
||||
}
|
||||
#endif
|
||||
|
||||
for (; iter != i_maps.end(); ++iter)
|
||||
for (iter = i_maps.begin(); iter != i_maps.end(); ++iter)
|
||||
iter->second->DelayedUpdate(i_timer.GetCurrent());
|
||||
|
||||
ObjectAccessor::Instance().Update(i_timer.GetCurrent());
|
||||
|
||||
Reference in New Issue
Block a user