[10729] Add dummy aura effect of spell 47178 and dummy effect of 47176

Note: see comments in code for spell 47176

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2010-11-17 13:00:19 +01:00
parent 673b798863
commit 8140ff20d9
3 changed files with 15 additions and 1 deletions

View file

@ -2464,6 +2464,9 @@ void Aura::HandleAuraDummy(bool apply, bool Real)
}
return;
}
case 47178: // Plague Effect Self
target->SetFeared(apply, GetCasterGUID(), GetId());
return;
case 58204: // LK Intro VO (1)
if (target->GetTypeId() == TYPEID_PLAYER)
{