*fix reliquary of souls bug where essence did not move home when defeated

--HG--
branch : trunk
This commit is contained in:
Rat
2009-04-18 16:14:38 +02:00
parent 402a493407
commit 4da205dbfa

View File

@@ -268,7 +268,11 @@ struct TRINITY_DLL_DECL boss_reliquary_of_soulsAI : public ScriptedAI
m_creature->RemoveAurasDueToSpell(SPELL_SUBMERGE);
//Essence->SetUInt32Value(UNIT_NPC_EMOTESTATE, EMOTE_ONESHOT_SUBMERGE); //rotate and disappear
else
{
Essence->AI()->EnterEvadeMode();
Essence->GetMotionMaster()->MoveFollow(m_creature, 0, 0);
return;
}
break;
case 5:
if(Phase == 1)