mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-15 18:00:27 +00:00
Port fixes until b4094bf - flying, mount animations, bot attack range, free food option
This commit is contained in:
@@ -14,7 +14,7 @@ bool StayActionBase::Stay()
|
||||
//if (!urand(0, 10))
|
||||
//botAI->PlaySound(TEXT_EMOTE_YAWN);
|
||||
|
||||
if (bot->GetMotionMaster()->GetCurrentMovementGeneratorType() == FLIGHT_MOTION_TYPE || bot->IsFlying())
|
||||
if (bot->GetMotionMaster()->GetCurrentMovementGeneratorType() == FLIGHT_MOTION_TYPE)
|
||||
return false;
|
||||
|
||||
uint32 sitDelay = sPlayerbotAIConfig->sitDelay / 1000;
|
||||
|
||||
Reference in New Issue
Block a user