aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsilver1ce <none@none>2010-02-03 06:13:57 +0200
committersilver1ce <none@none>2010-02-03 06:13:57 +0200
commita1bf304945549276ba7957730df3d3c51bdaf6f5 (patch)
tree2a31dca2b46d97a5aea96f9b6ae3226934130ddd /src
parent02acc6604362f577168536122596729243cbe400 (diff)
typo
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/scripts/northrend/crusaders_coliseum/trial_of_the_champion/boss_grand_champions.cpp2
1 files changed, 1 insertions, 1 deletions
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();
}