From a1bf304945549276ba7957730df3d3c51bdaf6f5 Mon Sep 17 00:00:00 2001 From: silver1ce Date: Wed, 3 Feb 2010 06:13:57 +0200 Subject: typo --HG-- branch : trunk --- .../crusaders_coliseum/trial_of_the_champion/boss_grand_champions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/scripts') diff --git a/src/scripts/northrend/crusaders_coliseum/trial_of_the_champion/boss_grand_champions.cpp b/src/scripts/northrend/crusaders_coliseum/trial_of_the_champion/boss_grand_champions.cpp index 8f0efc86eac..7e4161090d3 100644 --- a/src/scripts/northrend/crusaders_coliseum/trial_of_the_champion/boss_grand_champions.cpp +++ b/src/scripts/northrend/crusaders_coliseum/trial_of_the_champion/boss_grand_champions.cpp @@ -278,7 +278,7 @@ struct TRINITY_DLL_DECL generic_vehicleAI_toc5AI : public npc_escortAI } } uiShieldBreakerTimer = 7000; - }else uiShieldBreakerTimer <= uiDiff; + }else uiShieldBreakerTimer -= uiDiff; DoMeleeAttackIfReady(); } -- cgit v1.2.3