Skip to content

Commit

Permalink
Internal: Linux compile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mostlikely4r committed Jan 20, 2025
1 parent 271e10a commit e403349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playerbot/strategy/actions/ChooseTravelTargetAction.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ namespace ai

bool SetBestTarget(Player* requester, TravelTarget* target, PartitionedTravelList& travelPartitions, bool onlyActive = true);

bool ChooseTravelTargetAction::SetNpcFlagTarget(Player* requester, TravelTarget* target, std::vector<NPCFlags> flags, std::string name = "", std::vector<uint32> items = {}, bool force = false);
bool SetNpcFlagTarget(Player* requester, TravelTarget* target, std::vector<NPCFlags> flags, std::string name = "", std::vector<uint32> items = {}, bool force = false);

bool SetNullTarget(TravelTarget* target);
public:
Expand Down

0 comments on commit e403349

Please sign in to comment.