mirror of
https://github.com/mangosfour/server.git
synced 2025-12-20 16:37:04 +00:00
[10313] Drop now unused Aura::m_deleted.
Most functionality move to similar flag of AuraHolder.
This commit is contained in:
parent
131fb72006
commit
835efe7f6a
3 changed files with 3 additions and 11 deletions
|
|
@ -375,7 +375,7 @@ Aura::Aura(SpellEntry const* spellproto, SpellEffectIndex eff, int32 *currentBas
|
|||
m_spellmod(NULL),
|
||||
m_timeCla(1000), m_periodicTimer(0), m_periodicTick(0), m_removeMode(AURA_REMOVE_BY_DEFAULT),
|
||||
m_effIndex(eff), m_spellAuraHolder(holder), m_isPersistent(false),
|
||||
m_positive(false), m_isPeriodic(false), m_isAreaAura(false), m_in_use(0), m_deleted(false)
|
||||
m_positive(false), m_isPeriodic(false), m_isAreaAura(false), m_in_use(0)
|
||||
{
|
||||
ASSERT(target);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue