diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp index c703fbfe9..12845dace 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -1491,6 +1491,7 @@ void Spell::SetTargetMap(SpellEffectIndex effIndex, uint32 targetMode, UnitList& case 38794: // Murmur's Touch (h) case 50988: // Glare of the Tribunal (Halls of Stone) case 59870: // Glare of the Tribunal (h) (Halls of Stone) + case 68950: // Fear unMaxTargets = 1; break; case 28542: // Life Drain diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 05cc95f4c..d1ae9a95a 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 "11092" + #define REVISION_NR "11093" #endif // __REVISION_NR_H__