From d1007e49ca7f55335272e53bfe2faf53f3f9c5cd Mon Sep 17 00:00:00 2001 From: NoFantasy Date: Sat, 5 Feb 2011 11:30:42 +0100 Subject: [PATCH] [11108] Add (parts of?) dummy aura for spell 56422 Signed-off-by: NoFantasy --- src/game/SpellAuras.cpp | 4 ++++ src/shared/revision_nr.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 0d2b4022b..bcedb0158 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -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) { diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 85abefa37..dab0cc9dc 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "11107" + #define REVISION_NR "11108" #endif // __REVISION_NR_H__