dangling change

This commit is contained in:
Keleborn 2026-04-27 15:08:19 -07:00
parent 9e6a0c0461
commit 0698bb4e4c

View File

@ -3119,8 +3119,7 @@ bool MovementAction::GetTravelPlan(TravelPlan& plan, WorldPosition destination)
bot->GetPositionY(), bot->GetPositionZ());
bool havePlan = sTravelNodeMap.GetFullPath(plan, botPos,
bot->GetZoneId(), bot->GetTeamId(),
destination);
bot->GetZoneId(), destination);
if (!havePlan)
TeleportFallback(plan, destination, "no plan");