BFA Update (still lots of testing to do tho)
This commit is contained in:
@@ -173,6 +173,9 @@ namespace Game.Movement
|
||||
if (path == null || path.nodes.Empty())
|
||||
return false;
|
||||
|
||||
if (Stopped())
|
||||
return true;
|
||||
|
||||
bool transportPath = creature.GetTransport() != null;
|
||||
|
||||
if (isArrivalDone)
|
||||
|
||||
Reference in New Issue
Block a user