diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/scripts/northrend/crusaders_coliseum/trial_of_the_champion/boss_grand_champions.cpp | 2 |
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(); } |
