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__