[7549] Remove call CheckExploreSystem() from Player::Update (alredy do it in Player::SetPosition)

Signed-off-by: DiSlord <dislord@nomail.com>
This commit is contained in:
DiSlord 2008-04-27 00:15:58 +04:00
parent bfe25d510b
commit 004fa105e7
2 changed files with 1 additions and 3 deletions

View file

@ -1102,8 +1102,6 @@ void Player::Update( uint32 p_time )
UpdateAfkReport(now);
CheckExploreSystem();
// Update items that have just a limited lifetime
if (now>m_Last_tick)
UpdateItemDuration(uint32(now- m_Last_tick));

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7548"
#define REVISION_NR "7549"
#endif // __REVISION_NR_H__