Drop out Grobbulus's Mutating Injection spell code from core.

It's handled correctly via table spell_linked_spell.

Also, this commit fixes the bug that spell Mutating Injection casted on the target two times by each casts.

--HG--
branch : trunk
This commit is contained in:
Anubisss
2010-05-14 22:22:26 +02:00
parent 7e027310c3
commit 7ef50b62c8

View File

@@ -5640,14 +5640,6 @@ void AuraEffect::HandleAuraDummy(AuraApplication const * aurApp, uint8 mode, boo
if (BattleGround *bg = target->ToPlayer()->GetBattleGround())
bg->RemovePlayerFromResurrectQueue(target->GetGUID());
break;
case 28169: // Mutating Injection
{
// Mutagen Explosion
target->CastSpell(target, 28206, true, NULL, this);
// Poison Cloud
target->CastSpell(target, 28240, true, NULL, this);
return;
}
case 36730: // Flame Strike
{
target->CastSpell(target, 36731, true, NULL, this);