Core/Spells: Fix shadowfiend.

Fixes #3285
This commit is contained in:
Liberate
2011-10-19 23:30:25 +02:00
parent a658d0b592
commit ddec56b3e0
3 changed files with 44 additions and 7 deletions

View File

@@ -1669,13 +1669,6 @@ void Spell::EffectTriggerSpell(SpellEffIndex effIndex)
}
return;
}
// Priest Shadowfiend (34433) need apply mana gain trigger aura on pet
case 41967:
{
if (Unit* pet = unitTarget->GetGuardianPet())
pet->CastSpell(pet, 28305, true);
return;
}
}
}