mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
miscs
This commit is contained in:
@@ -42,8 +42,8 @@ void PlayerbotAIBase::IncreaseNextCheckDelay(uint32 delay)
|
|||||||
{
|
{
|
||||||
nextAICheckDelay += delay;
|
nextAICheckDelay += delay;
|
||||||
|
|
||||||
if (nextAICheckDelay > sPlayerbotAIConfig->globalCoolDown)
|
// if (nextAICheckDelay > sPlayerbotAIConfig->globalCoolDown)
|
||||||
LOG_DEBUG("playerbots", "increase next check delay: {}", nextAICheckDelay);
|
// LOG_DEBUG("playerbots", "increase next check delay: {}", nextAICheckDelay);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool PlayerbotAIBase::CanUpdateAI()
|
bool PlayerbotAIBase::CanUpdateAI()
|
||||||
|
|||||||
Reference in New Issue
Block a user