◆ FilterTargets()
| void spell_pri_circle_of_healing::FilterTargets |
( |
std::list< WorldObject * > & |
targets | ) |
|
|
inlineprivate |
183 {
185
187
188 if (targets.size() > maxTargets)
189 {
191 targets.resize(maxTargets);
192 }
193 }
std::uint32_t uint32
Definition Define.h:107
Definition GridNotifiers.h:1719
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:5982
@ SPELL_PRIEST_GLYPH_OF_CIRCLE_OF_HEALING
Definition spell_priest.cpp:35
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: