mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 17:38:26 +00:00
Fix for bots disappearing while idle (update)
This commit is contained in:
@@ -1075,9 +1075,6 @@ void Bot::WalkTo(float x, float y, float z)
|
||||
if (IsSitting())
|
||||
Stand();
|
||||
|
||||
if (ping_timer.Enabled())
|
||||
ping_timer.Disable();
|
||||
|
||||
Mob::WalkTo(x, y, z);
|
||||
}
|
||||
|
||||
@@ -1086,9 +1083,6 @@ void Bot::RunTo(float x, float y, float z)
|
||||
if (IsSitting())
|
||||
Stand();
|
||||
|
||||
if (ping_timer.Enabled())
|
||||
ping_timer.Disable();
|
||||
|
||||
Mob::RunTo(x, y, z);
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user