mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 10:37:03 +00:00
[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:
parent
bfe25d510b
commit
004fa105e7
2 changed files with 1 additions and 3 deletions
|
|
@ -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));
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "7548"
|
||||
#define REVISION_NR "7549"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue