#include "Unit.h"
◆ RedirectSpellEvent()
AuraEffect * _auraEffect
Definition Unit.h:2285
ObjectGuid _auraOwnerGUID
Definition Unit.h:2284
Unit & _self
Definition Unit.h:2283
◆ Execute()
| bool RedirectSpellEvent::Execute |
( |
uint64 |
e_time, |
|
|
uint32 |
p_time |
|
) |
| |
|
overridevirtual |
Reimplemented from BasicEvent.
11080{
11082 {
11083
11084 if (!auraOwner->HasSpellMagnetAura())
11085 return true;
11086
11088 for (Unit::AuraEffectList::const_iterator itr = magnetAuras.begin(); itr != magnetAuras.end(); ++itr)
11090 {
11092 return true;
11093 }
11094 }
11095
11096 return true;
11097}
@ SPELL_AURA_SPELL_MAGNET
Definition SpellAuraDefines.h:159
@ AURA_REMOVE_BY_DEFAULT
Definition SpellAuraDefines.h:392
std::vector< AuraEffect * > AuraEffectList
Definition Unit.h:666
Unit * GetUnit(WorldObject const &, ObjectGuid const &guid)
Definition ObjectAccessor.cpp:199
References _auraEffect, _auraOwnerGUID, _self, AURA_REMOVE_BY_DEFAULT, Unit::GetAuraEffectsByType(), ObjectAccessor::GetUnit(), and SPELL_AURA_SPELL_MAGNET.
◆ _auraEffect
◆ _auraOwnerGUID
◆ _self
| Unit& RedirectSpellEvent::_self |
|
protected |
The documentation for this class was generated from the following files:
- azerothcore-wotlk/src/server/game/Entities/Unit/Unit.h
- azerothcore-wotlk/src/server/game/Entities/Unit/Unit.cpp