◆ FilterTargets()
void spell_pri_circle_of_healing::FilterTargets |
( |
std::list< WorldObject * > & |
targets | ) |
|
|
inlineprivate |
166 {
168
170
171 if (targets.size() > maxTargets)
172 {
174 targets.resize(maxTargets);
175 }
176 }
std::uint32_t uint32
Definition Define.h:107
Definition GridNotifiers.h:1689
Unit * GetCaster()
Definition SpellScript.cpp:401
bool HasAura(uint32 spellId, ObjectGuid casterGUID=ObjectGuid::Empty, ObjectGuid itemCasterGUID=ObjectGuid::Empty, uint8 reqEffMask=0) const
Definition Unit.cpp:5753
@ SPELL_PRIEST_GLYPH_OF_CIRCLE_OF_HEALING
Definition spell_priest.cpp:36
References SpellScript::GetCaster(), Unit::HasAura(), and SPELL_PRIEST_GLYPH_OF_CIRCLE_OF_HEALING.
Referenced by Register().
◆ PrepareSpellScript()
◆ Register()
void spell_pri_circle_of_healing::Register |
( |
| ) |
|
|
inlineoverrideprivatevirtual |
◆ Validate()
bool spell_pri_circle_of_healing::Validate |
( |
SpellInfo const * |
| ) |
|
|
inlineoverrideprivatevirtual |
The documentation for this class was generated from the following file: