mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
*Fix typo
--HG-- branch : trunk
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user