diff options
| author | Machiavelli <none@none> | 2010-03-27 15:11:14 +0100 |
|---|---|---|
| committer | Machiavelli <none@none> | 2010-03-27 15:11:14 +0100 |
| commit | 769f54eedfd979101ecc9bd94dea0a274c569ed3 (patch) | |
| tree | 3235446f8f8faf1daad9b3b116aac0835da35c41 /src | |
| parent | b9927ca559e02400d34164f7f31686fc4af1043b (diff) | |
Fix compiler warning in mob_crystal_handlerAI
--HG--
branch : trunk
Diffstat (limited to 'src')
| -rw-r--r-- | src/scripts/northrend/draktharon_keep/boss_novos.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/northrend/draktharon_keep/boss_novos.cpp b/src/scripts/northrend/draktharon_keep/boss_novos.cpp index 1bea4346f7d..0113c21ae99 100644 --- a/src/scripts/northrend/draktharon_keep/boss_novos.cpp +++ b/src/scripts/northrend/draktharon_keep/boss_novos.cpp @@ -246,7 +246,7 @@ struct mob_crystal_handlerAI : public ScriptedAI CAST_AI(boss_novosAI,pNovos->AI())->RemoveCrystal(); } - void UpdateAI(uint32 diff) + void UpdateAI(const uint32 diff) { if (!UpdateVictim()) return; |
