mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 18:10:02 +01:00
[Battlegrounds] wsg pathing fix for #442
This commit is contained in:
parent
16887eb33c
commit
45ebef049f
@ -2053,13 +2053,13 @@ bool BGTactics::wsgPaths()
|
||||
return true;
|
||||
}
|
||||
|
||||
if (bot->GetPositionX() > 1071.f) // move the ramp up a piece
|
||||
if (bot->GetPositionX() > 1059.f) // move the ramp up a piece
|
||||
{
|
||||
MoveTo(bg->GetMapId(), 1070.089478f, 1538.054443f, 332.460388f);
|
||||
MoveTo(bg->GetMapId(), 1057.551f, 1546.271f, 326.864f);
|
||||
return true;
|
||||
}
|
||||
|
||||
if (bot->GetPositionX() > 1050.2f) // move the ramp up a piece
|
||||
if (bot->GetPositionX() > 1051.2f) // move the ramp up a piece
|
||||
{
|
||||
MoveTo(bg->GetMapId(), 1050.089478f, 1538.054443f, 332.460388f);
|
||||
return true;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user