mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
[9993] Limit spell 50988, 59870 targets amounts to expected.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
db93e78f50
commit
2e7a009b01
2 changed files with 3 additions and 1 deletions
|
|
@ -1448,6 +1448,8 @@ void Spell::SetTargetMap(SpellEffectIndex effIndex, uint32 targetMode, UnitList&
|
||||||
case 31347: // Doom TODO: exclude top threat target from target selection
|
case 31347: // Doom TODO: exclude top threat target from target selection
|
||||||
case 33711: // Murmur's Touch
|
case 33711: // Murmur's Touch
|
||||||
case 38794: // Murmur's Touch (h)
|
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;
|
unMaxTargets = 1;
|
||||||
break;
|
break;
|
||||||
case 28542: // Life Drain
|
case 28542: // Life Drain
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "9992"
|
#define REVISION_NR "9993"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue