mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-06-20 07:29:27 +02:00
Modify Illidan distbeyondtrap
This commit is contained in:
parent
8ca6e42f10
commit
82a92f6296
@ -1941,7 +1941,7 @@ bool IllidanStormrageMainTankRepositionBossAction::MoveToShadowTrap(GameObject*
|
||||
if (distToTrap <= 0.0f)
|
||||
return false;
|
||||
|
||||
constexpr float distBeyondTrap = 4.0f;
|
||||
constexpr float distBeyondTrap = 6.0f;
|
||||
|
||||
const float dx = trapX - bot->GetPositionX();
|
||||
const float dy = trapY - bot->GetPositionY();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user