mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 19: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;
|
break;
|
||||||
case 64844: // Divine Hymn
|
case 64844: // Divine Hymn
|
||||||
// target amount stored in parent spell dummy effect but hard to access
|
// 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;
|
break;
|
||||||
case 64904: // Hymn of Hope
|
case 64904: // Hymn of Hope
|
||||||
// target amount stored in parent spell dummy effect but hard to access
|
// 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;
|
break;
|
||||||
default:
|
default:
|
||||||
// selected friendly units (for casting objects) around casting object
|
// selected friendly units (for casting objects) around casting object
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "11734"
|
#define REVISION_NR "11735"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue