diff options
Diffstat (limited to 'src/game/ScriptedEscortAI.h')
-rw-r--r-- | src/game/ScriptedEscortAI.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/ScriptedEscortAI.h b/src/game/ScriptedEscortAI.h index 8b8064007d4..807a5644eb8 100644 --- a/src/game/ScriptedEscortAI.h +++ b/src/game/ScriptedEscortAI.h @@ -63,7 +63,7 @@ struct npc_escortAI : public ScriptedAI void AddWaypoint(uint32 id, float x, float y, float z, uint32 WaitTimeMs = 0); virtual void WaypointReached(uint32 uiPointId) = 0; - virtual void WaypointStart(uint32 uiPointId) {} + virtual void WaypointStart(uint32 /*uiPointId*/) {} void Start(bool bIsActiveAttacker = true, bool bRun = false, uint64 uiPlayerGUID = 0, const Quest* pQuest = NULL, bool bInstantRespawn = false, bool bCanLoopPath = false); |