From e2565c2597a72ea7868eef3156014dc3a83c058f Mon Sep 17 00:00:00 2001 From: sirikfoll Date: Fri, 11 Aug 2017 23:06:37 -0300 Subject: Core/Misc: Remove Whitespaces --- .../CrusadersColiseum/TrialOfTheChampion/boss_grand_champions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/scripts/Northrend') diff --git a/src/server/scripts/Northrend/CrusadersColiseum/TrialOfTheChampion/boss_grand_champions.cpp b/src/server/scripts/Northrend/CrusadersColiseum/TrialOfTheChampion/boss_grand_champions.cpp index ac7bb108a54..fb2e461da0e 100644 --- a/src/server/scripts/Northrend/CrusadersColiseum/TrialOfTheChampion/boss_grand_champions.cpp +++ b/src/server/scripts/Northrend/CrusadersColiseum/TrialOfTheChampion/boss_grand_champions.cpp @@ -114,7 +114,7 @@ void AggroAllPlayers(Creature* temp) temp->RemoveFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_NON_ATTACKABLE); temp->SetImmuneToPC(true); temp->SetReactState(REACT_AGGRESSIVE); - temp->EngageWithTarget(player); + temp->EngageWithTarget(player); } } } -- cgit v1.2.3