◆ FilterTargets()
| void spell_dk_aotd_taunt::FilterTargets |
( |
std::list< WorldObject * > & |
targets | ) |
|
|
inlineprivate |
317 {
318 for (std::list<WorldObject*>::iterator itr = targets.begin(); itr != targets.end();)
319 {
320
322 if (cr->isWorldBoss())
323 {
324 targets.erase(itr++);
325 continue;
326 }
327
328 ++itr;
329 }
330 }
Creature * ToCreature()
Definition Object.h:206
References Object::ToCreature().
Referenced by Register().
◆ PrepareSpellScript()
◆ Register()
| void spell_dk_aotd_taunt::Register |
( |
| ) |
|
|
inlineoverrideprivatevirtual |
The documentation for this class was generated from the following file: