mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-13 09:07:19 +00:00
Fix errors on wrong command
This commit is contained in:
@@ -17,7 +17,7 @@ class PlayerbotAIBase
|
||||
void IncreaseNextCheckDelay(uint32 delay);
|
||||
void YieldThread(bool delay = false);
|
||||
virtual void UpdateAI(uint32 elapsed, bool minimal = false);
|
||||
virtual void UpdateAIInternal(uint32 elapsed, bool minimal = false) = 0;
|
||||
virtual void UpdateAIInternal(uint32 elapsed, bool minimal = false);
|
||||
bool IsActive();
|
||||
bool IsBotAI() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user