diff options
| author | maximius <none@none> | 2009-08-25 23:55:26 -0700 |
|---|---|---|
| committer | maximius <none@none> | 2009-08-25 23:55:26 -0700 |
| commit | 947343ddb565330c4abe1d18664f907c251a3e51 (patch) | |
| tree | 557096dcf3793724487198c3a0bb3c6101cb583a /src | |
| parent | 86f93f69dd242763f00d363ff07d541a82cc4123 (diff) | |
*Fix typo
--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 5839a45f3a6..d6bb24cfca1 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" { - m_creature->SetHealth(m_creature->GetMaxHealth()); // EnterEvadeMode() does not work against vehicles + me->SetHealth(me->GetMaxHealth()); // EnterEvadeMode() does not work against vehicles return; } |
