mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +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 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue