[9993] Limit spell 50988, 59870 targets amounts to expected.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
MaxXx2021 2010-05-28 14:35:47 +04:00 committed by VladimirMangos
parent db93e78f50
commit 2e7a009b01
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9992"
#define REVISION_NR "9993"
#endif // __REVISION_NR_H__