diff options
Diffstat (limited to 'src/server/scripts/Outland/Auchindoun')
| -rw-r--r-- | src/server/scripts/Outland/Auchindoun/ShadowLabyrinth/boss_ambassador_hellmaw.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/scripts/Outland/Auchindoun/ShadowLabyrinth/boss_ambassador_hellmaw.cpp b/src/server/scripts/Outland/Auchindoun/ShadowLabyrinth/boss_ambassador_hellmaw.cpp index 4c936116c90..204de59e155 100644 --- a/src/server/scripts/Outland/Auchindoun/ShadowLabyrinth/boss_ambassador_hellmaw.cpp +++ b/src/server/scripts/Outland/Auchindoun/ShadowLabyrinth/boss_ambassador_hellmaw.cpp @@ -94,12 +94,12 @@ public: m_pInstance->SetData(TYPE_HELLMAW, FAIL); } - void MoveInLineOfSight(Unit* pWho) + void MoveInLineOfSight(Unit* who) { if (me->HasAura(SPELL_BANISH)) return; - npc_escortAI::MoveInLineOfSight(pWho); + npc_escortAI::MoveInLineOfSight(who); } void WaypointReached(uint32 /*i*/) |
