From 1aff85f541240714b80177bc8c2ee68c1814ad39 Mon Sep 17 00:00:00 2001 From: click Date: Sun, 3 Jul 2011 00:28:03 +0200 Subject: Core: Cleaning up hungarian notation - Phase8: pSummon -> summon (also did related hits) --- src/server/scripts/Examples/example_escort.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/server/scripts/Examples') diff --git a/src/server/scripts/Examples/example_escort.cpp b/src/server/scripts/Examples/example_escort.cpp index 5dba76a61ae..fa62563e25d 100644 --- a/src/server/scripts/Examples/example_escort.cpp +++ b/src/server/scripts/Examples/example_escort.cpp @@ -69,9 +69,9 @@ class example_escort : public CreatureScript uint32 m_uiDeathCoilTimer; uint32 m_uiChatTimer; - void JustSummoned(Creature* pSummoned) + void JustSummoned(Creature* summoned) { - pSummoned->AI()->AttackStart(me); + summoned->AI()->AttackStart(me); } // Pure Virtual Functions (Have to be implemented) -- cgit v1.2.3