aboutsummaryrefslogtreecommitdiff
path: root/src/game/ScriptedFollowerAI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/ScriptedFollowerAI.cpp')
-rw-r--r--src/game/ScriptedFollowerAI.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/ScriptedFollowerAI.cpp b/src/game/ScriptedFollowerAI.cpp
index 657b344469c..4f1543dc778 100644
--- a/src/game/ScriptedFollowerAI.cpp
+++ b/src/game/ScriptedFollowerAI.cpp
@@ -115,7 +115,7 @@ void FollowerAI::MoveInLineOfSight(Unit* pWho)
}
}
-void FollowerAI::JustDied(Unit* pKiller)
+void FollowerAI::JustDied(Unit* /*pKiller*/)
{
if (!HasFollowState(STATE_FOLLOW_INPROGRESS) || !m_uiLeaderGUID || !m_pQuestForFollow)
return;
@@ -244,7 +244,7 @@ void FollowerAI::UpdateAI(const uint32 uiDiff)
UpdateFollowerAI(uiDiff);
}
-void FollowerAI::UpdateFollowerAI(const uint32 uiDiff)
+void FollowerAI::UpdateFollowerAI(const uint32 /*uiDiff*/)
{
if (!UpdateVictim())
return;