*Fix typo

--HG--
branch : trunk
This commit is contained in:
maximius
2009-08-25 23:55:26 -07:00
parent 86f93f69dd
commit 947343ddb5

View File

@@ -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;
}