[11735] Spells 64844 and 64904 can target caster

This commit is contained in:
zergtmn 2011-07-13 03:58:49 +06:00
parent a1ca1d71d8
commit f4802ab4c4
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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__