[BattleGrounds] fix for mac/linux build failing

This commit is contained in:
Fuzz
2024-07-22 16:03:12 +10:00
parent be551a5618
commit d1f8b2f9dd
2 changed files with 9 additions and 3 deletions

View File

@@ -44,6 +44,7 @@ class BGTactics : public MovementAction
bool Execute(Event event) override;
private:
static std::string const HandleConsoleCommandPrivate(WorldSession* session, char const* args);
bool moveToStart(bool force = false);
bool selectObjective(bool reset = false);
bool moveToObjective();