Merge remote branch 'origin/master' into 330

This commit is contained in:
tomrus88 2009-11-16 02:01:51 +03:00
commit fe55f76a26
31 changed files with 400 additions and 387 deletions

View file

@ -2053,10 +2053,6 @@ void World::UpdateSessions( uint32 diff )
{
next = itr;
++next;
if(!itr->second)
continue;
///- and remove not active sessions from the list
if(!itr->second->Update(diff)) // As interval = 0
{