diff --git a/src/scripts/EasternKingdoms/ZulAman/boss_nalorakk.cpp b/src/scripts/EasternKingdoms/ZulAman/boss_nalorakk.cpp index 6665c450f..b5fb0f732 100644 --- a/src/scripts/EasternKingdoms/ZulAman/boss_nalorakk.cpp +++ b/src/scripts/EasternKingdoms/ZulAman/boss_nalorakk.cpp @@ -173,7 +173,7 @@ class boss_nalorakk : public CreatureScript return; for (std::list::const_iterator i = templist.begin(); i != templist.end(); ++i) - if ((*i) && me->IsWithinDistInMap((*i), 25)) + if ((*i) && me->GetGUID() != (*i)->GetGUID() && me->IsWithinDistInMap((*i), 25)) (*i)->AI()->Reset(); }