[11093] Limit maxtargets for spell 68950

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
Schmoozerd 2011-02-01 14:33:58 +01:00 committed by NoFantasy
parent beeec1c0cd
commit 343edf3c6c
2 changed files with 2 additions and 1 deletions

View file

@ -1491,6 +1491,7 @@ void Spell::SetTargetMap(SpellEffectIndex effIndex, uint32 targetMode, UnitList&
case 38794: // Murmur's Touch (h) case 38794: // Murmur's Touch (h)
case 50988: // Glare of the Tribunal (Halls of Stone) case 50988: // Glare of the Tribunal (Halls of Stone)
case 59870: // Glare of the Tribunal (h) (Halls of Stone) case 59870: // Glare of the Tribunal (h) (Halls of Stone)
case 68950: // Fear
unMaxTargets = 1; unMaxTargets = 1;
break; break;
case 28542: // Life Drain case 28542: // Life Drain

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "11092" #define REVISION_NR "11093"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__