diff options
author | maximius <none@none> | 2009-08-26 03:07:53 -0700 |
---|---|---|
committer | maximius <none@none> | 2009-08-26 03:07:53 -0700 |
commit | 0b7a89e3b00cf66913d7533921e93ff496c0ef43 (patch) | |
tree | 946d22eac5f0e4ea60eb1449263123c308e32958 /src | |
parent | 649a10c6f4157d91c02869d3e17d8b73638f885f (diff) |
*Fix typo (that's what I get for doing this at 3AM)
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/bindings/scripts/scripts/northrend/ulduar/ulduar/boss_flame_leviathan.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bindings/scripts/scripts/northrend/ulduar/ulduar/boss_flame_leviathan.cpp b/src/bindings/scripts/scripts/northrend/ulduar/ulduar/boss_flame_leviathan.cpp index 34a8ecad38d..f251b88d812 100644 --- a/src/bindings/scripts/scripts/northrend/ulduar/ulduar/boss_flame_leviathan.cpp +++ b/src/bindings/scripts/scripts/northrend/ulduar/ulduar/boss_flame_leviathan.cpp @@ -132,7 +132,7 @@ struct TRINITY_DLL_DECL boss_flame_leviathanAI : public BossAI if (me->getThreatManager().isThreatListEmpty()) // This is wrong, Flame Leviathan isn't even supposed to have a threat list, he just "switches to another Siege Engine/Demolisher every 30 seconds" { - me->EnterEvadeMode(); + EnterEvadeMode(); me->SetHealth(me->GetMaxHealth()); // EnterEvadeMode(); does not work against vehicles return; } |