Code style

This commit is contained in:
Yunfan Li
2024-08-05 12:12:00 +08:00
parent f706fa2ba6
commit bb67c45e64
3 changed files with 183 additions and 201 deletions

View File

@@ -29,7 +29,8 @@ bool FollowAction::Execute(Event event)
if (Formation::IsNullLocation(loc) || loc.GetMapId() == -1)
return false;
moved = MoveTo(loc.GetMapId(), loc.GetPositionX(), loc.GetPositionY(), loc.GetPositionZ(), false, false, false, true);
moved = MoveTo(loc.GetMapId(), loc.GetPositionX(), loc.GetPositionY(), loc.GetPositionZ(), false, false, false,
true);
}
if (Pet* pet = bot->GetPet())