[11108] Add (parts of?) dummy aura for spell 56422

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2011-02-05 11:30:42 +01:00
parent 8c5ce115c9
commit d1007e49ca
2 changed files with 5 additions and 1 deletions

View file

@ -2668,6 +2668,10 @@ void Aura::HandleAuraDummy(bool apply, bool Real)
case 47178: // Plague Effect Self
target->SetFeared(apply, GetCasterGuid(), GetId());
return;
case 56422: // Nerubian Submerge
// not known if there are other things todo, only flag are confirmed valid
target->ApplyModFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_NOT_SELECTABLE, apply);
return;
case 58204: // LK Intro VO (1)
if (target->GetTypeId() == TYPEID_PLAYER)
{

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11107"
#define REVISION_NR "11108"
#endif // __REVISION_NR_H__