Fix quest 9868 (The Totem of Kar'dash) - thanks to Erocoloco

Closes issue 1086.

--HG--
branch : trunk
This commit is contained in:
click
2010-05-04 08:41:02 +02:00
parent 0fd39511ac
commit 49b40ac6c8

View File

@@ -620,9 +620,10 @@ struct npc_maghar_captiveAI : public npc_escortAI
}
}
void UpdateEscortAI(const uint32 uiDiff)
void UpdateAI(const uint32 uiDiff)
{
if (/*!me->SelectHostilTarget() ||*/ !me->getVictim())
npc_escortAI::UpdateAI(uiDiff);
if (!me->getVictim())
return;
if (m_uiChainLightningTimer <= uiDiff)