[11398] Get rid of 2 useless timers and drop a problematic diff in session update

Signed-off-by: Neo2003 <Neo.2003@Hotmail.fr)>
This commit is contained in:
unknown 2011-04-26 18:39:00 +02:00
parent 66598c8815
commit 82367bbdea
6 changed files with 17 additions and 31 deletions

View file

@ -443,7 +443,7 @@ void Map::Update(const uint32 &t_diff)
WorldSession * pSession = plr->GetSession();
MapSessionFilter updater(pSession);
pSession->Update(t_diff, updater);
pSession->Update(updater);
}
}