aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Outland
diff options
context:
space:
mode:
authorclick <click@gonnamakeyou.com>2011-07-03 00:06:11 +0200
committerclick <click@gonnamakeyou.com>2011-07-03 00:06:11 +0200
commitcc02a3fa79356281fcf437c53ab99a43ac8b3acd (patch)
tree35d9468bc1a6fc4516b33e2e3ffa12aaf8bad9b4 /src/server/scripts/Outland
parentdb045c40adba23ae54674351466e81cc2a7cb117 (diff)
Core: Cleaning up hungarian notation - Phase7: pOwner -> owner
Diffstat (limited to 'src/server/scripts/Outland')
-rw-r--r--src/server/scripts/Outland/hellfire_peninsula.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/scripts/Outland/hellfire_peninsula.cpp b/src/server/scripts/Outland/hellfire_peninsula.cpp
index a9845cbeb12..430754c10d6 100644
--- a/src/server/scripts/Outland/hellfire_peninsula.cpp
+++ b/src/server/scripts/Outland/hellfire_peninsula.cpp
@@ -503,8 +503,8 @@ public:
pHelboar->RemoveCorpse();
DoCast(SPELL_SUMMON_POO);
- if (Player* pOwner = me->GetCharmerOrOwnerPlayerOrPlayerItself())
- me->GetMotionMaster()->MoveFollow(pOwner, 0.0f, 0.0f);
+ if (Player* owner = me->GetCharmerOrOwnerPlayerOrPlayerItself())
+ me->GetMotionMaster()->MoveFollow(owner, 0.0f, 0.0f);
}
}