mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-06-20 15:39:25 +02:00
fix(Core/Movement): WorldPosition::IsValid is PascalCase on AC
This commit is contained in:
parent
eada942a4e
commit
3e1aa0c34f
@ -2877,7 +2877,7 @@ bool MovementAction::MoveTo2(WorldPosition const& endPos,
|
||||
MovementPriority priority,
|
||||
bool lessDelay)
|
||||
{
|
||||
if (!endPos.isValid())
|
||||
if (!endPos.IsValid())
|
||||
return false;
|
||||
|
||||
UpdateMovementState();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user