mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-20 15:01:38 -04: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