mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 01:37:01 +00:00
[11735] Spells 64844 and 64904 can target caster
This commit is contained in:
parent
a1ca1d71d8
commit
f4802ab4c4
2 changed files with 3 additions and 3 deletions
|
|
@ -2120,11 +2120,11 @@ void Spell::SetTargetMap(SpellEffectIndex effIndex, uint32 targetMode, UnitList&
|
|||
break;
|
||||
case 64844: // Divine Hymn
|
||||
// target amount stored in parent spell dummy effect but hard to access
|
||||
FillRaidOrPartyHealthPriorityTargets(targetUnitMap, m_caster, m_caster, radius, 3, true, false, false);
|
||||
FillRaidOrPartyHealthPriorityTargets(targetUnitMap, m_caster, m_caster, radius, 3, true, false, true);
|
||||
break;
|
||||
case 64904: // Hymn of Hope
|
||||
// target amount stored in parent spell dummy effect but hard to access
|
||||
FillRaidOrPartyManaPriorityTargets(targetUnitMap, m_caster, m_caster, radius, 3, true, false, false);
|
||||
FillRaidOrPartyManaPriorityTargets(targetUnitMap, m_caster, m_caster, radius, 3, true, false, true);
|
||||
break;
|
||||
default:
|
||||
// selected friendly units (for casting objects) around casting object
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue