From 49b40ac6c8782db5d2858716426191ebd2bcab02 Mon Sep 17 00:00:00 2001 From: click Date: Tue, 4 May 2010 08:41:02 +0200 Subject: Fix quest 9868 (The Totem of Kar'dash) - thanks to Erocoloco Closes issue 1086. --HG-- branch : trunk --- src/scripts/outland/nagrand.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/scripts/outland/nagrand.cpp') diff --git a/src/scripts/outland/nagrand.cpp b/src/scripts/outland/nagrand.cpp index 262ec87e4c4..700ba2cc120 100644 --- a/src/scripts/outland/nagrand.cpp +++ b/src/scripts/outland/nagrand.cpp @@ -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) -- cgit v1.2.3