◆ PrepareSpellScript()
◆ Register()
| void spell_gen_replenishment::Register |
( |
| ) |
|
|
inlineoverrideprivatevirtual |
◆ RemoveInvalidTargets()
| void spell_gen_replenishment::RemoveInvalidTargets |
( |
std::list< WorldObject * > & |
targets | ) |
|
|
inlineprivate |
4340 {
4341
4343 {
4344 if (caster->InArena())
4345 {
4346 targets.clear();
4347 targets.push_back(caster);
4348 return;
4349 }
4350 }
4351
4353
4354 uint8 const maxTargets = 10;
4355
4356 if (targets.size() > maxTargets)
4357 {
4359 targets.resize(maxTargets);
4360 }
4361 }
std::uint8_t uint8
Definition Define.h:109
@ POWER_MANA
Definition SharedDefines.h:257
Definition GridNotifiers.h:1705
Unit * GetCaster()
Definition SpellScript.cpp:401
References SpellScript::GetCaster(), and POWER_MANA.
Referenced by Register().
◆ Validate()
| bool spell_gen_replenishment::Validate |
( |
SpellInfo const * |
| ) |
|
|
inlineoverrideprivatevirtual |
The documentation for this class was generated from the following file: