mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 10:37:01 +00:00
[11093] Limit maxtargets for spell 68950
Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
beeec1c0cd
commit
343edf3c6c
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "11092"
|
||||
#define REVISION_NR "11093"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue