mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
[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:
parent
66598c8815
commit
82367bbdea
6 changed files with 17 additions and 31 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue