mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 18:10:02 +01:00
miscs
This commit is contained in:
parent
dba908be9e
commit
13e6b7812d
@ -42,8 +42,8 @@ void PlayerbotAIBase::IncreaseNextCheckDelay(uint32 delay)
|
||||
{
|
||||
nextAICheckDelay += delay;
|
||||
|
||||
if (nextAICheckDelay > sPlayerbotAIConfig->globalCoolDown)
|
||||
LOG_DEBUG("playerbots", "increase next check delay: {}", nextAICheckDelay);
|
||||
// if (nextAICheckDelay > sPlayerbotAIConfig->globalCoolDown)
|
||||
// LOG_DEBUG("playerbots", "increase next check delay: {}", nextAICheckDelay);
|
||||
}
|
||||
|
||||
bool PlayerbotAIBase::CanUpdateAI()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user