mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-13 00:58:33 +00:00
Fix errors on wrong command
This commit is contained in:
@@ -9,6 +9,10 @@ PlayerbotAIBase::PlayerbotAIBase(bool isBotAI) : nextAICheckDelay(0), _isBotAI(i
|
||||
{
|
||||
}
|
||||
|
||||
void PlayerbotAIBase::UpdateAIInternal(uint32 elapsed, bool minimal)
|
||||
{
|
||||
}
|
||||
|
||||
void PlayerbotAIBase::UpdateAI(uint32 elapsed, bool minimal)
|
||||
{
|
||||
if (nextAICheckDelay > elapsed)
|
||||
|
||||
Reference in New Issue
Block a user