Ahn'Kahet: Amanitar should cast the fungus only on players without "Mini" aura.
This commit is contained in:
@@ -196,8 +196,8 @@ public:
|
|||||||
if (!killer)
|
if (!killer)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (me->GetEntry() == NPC_HEALTHY_MUSHROOM)
|
if (me->GetEntry() == NPC_HEALTHY_MUSHROOM && !killer->HasAura(SPELL_MINI))
|
||||||
me->CastSpell(me, SPELL_HEALTHY_MUSHROOM_POTENT_FUNGUS, true);
|
DoCast(killer, SPELL_HEALTHY_MUSHROOM_POTENT_FUNGUS);
|
||||||
}
|
}
|
||||||
|
|
||||||
void EnterCombat(Unit* /*who*/) {}
|
void EnterCombat(Unit* /*who*/) {}
|
||||||
|
|||||||
Reference in New Issue
Block a user