From af05915b9e36497eda8f2f061c29ffee0c8042b6 Mon Sep 17 00:00:00 2001 From: Spp Date: Thu, 15 Sep 2011 14:08:17 +0200 Subject: [Cosmetic] Apply codestyle "XXX * " and "XXX *" changed to "XXX* " (with some exceptions) --- src/server/game/AI/SmartScripts/SmartAI.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/game/AI/SmartScripts') diff --git a/src/server/game/AI/SmartScripts/SmartAI.h b/src/server/game/AI/SmartScripts/SmartAI.h index ffa52db8f06..8bb3bda8dd6 100644 --- a/src/server/game/AI/SmartScripts/SmartAI.h +++ b/src/server/game/AI/SmartScripts/SmartAI.h @@ -96,7 +96,7 @@ class SmartAI : public CreatureAI // Tell creature to attack and follow the victim void AttackStart(Unit* who); - // Called if IsVisible(Unit *who) is true at each *who move, reaction at visibility zone enter + // Called if IsVisible(Unit* who) is true at each *who move, reaction at visibility zone enter void MoveInLineOfSight(Unit* who); // Called when hit by a spell -- cgit v1.2.3