From f676585cac5b8b51cfc23bbda669164ad4374f33 Mon Sep 17 00:00:00 2001 From: click Date: Sat, 2 Jul 2011 23:53:38 +0200 Subject: Core: Cleaning up hungarian notation - Phase5: pWho -> who --- .../Outland/Auchindoun/ShadowLabyrinth/boss_ambassador_hellmaw.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/server/scripts/Outland/Auchindoun') 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*/) -- cgit v1.2.3