diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp index 0c1d69b8c..966f07454 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -1448,6 +1448,8 @@ void Spell::SetTargetMap(SpellEffectIndex effIndex, uint32 targetMode, UnitList& case 31347: // Doom TODO: exclude top threat target from target selection case 33711: // Murmur's Touch 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) unMaxTargets = 1; break; case 28542: // Life Drain diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 8408222e5..e53e78914 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 "9992" + #define REVISION_NR "9993" #endif // __REVISION_NR_H__