diff options
| author | megamage <none@none> | 2009-08-12 21:24:15 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-08-12 21:24:15 -0500 |
| commit | 5cd6c7c4f71711ecf5b9eb4b7cff9b7c6156fee8 (patch) | |
| tree | 0c5f8a2e0934d2c7248977348c56995848bc68ad /src/game/SpellAuras.cpp | |
| parent | 32e960d5bc75fe8dfac2bb902c470d8904210924 (diff) | |
*Implement m_AurasUpdateIterator. [8329] Author: VladimirMangos
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellAuras.cpp')
| -rw-r--r-- | src/game/SpellAuras.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index fc66b5af7b8..ed5edbaad3e 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -354,7 +354,7 @@ pAuraHandler AuraHandler[TOTAL_AURAS]= Aura::Aura(SpellEntry const* spellproto, uint32 effMask, int32 *currentBasePoints, Unit *target, WorldObject *source, Unit *caster, Item* castItem) : m_caster_guid(0), m_castItemGuid(castItem?castItem->GetGUID():0), m_target(target), m_timeCla(0), m_removeMode(AURA_REMOVE_BY_DEFAULT), m_AuraDRGroup(DIMINISHING_NONE), -m_auraSlot(MAX_AURAS), m_auraLevel(1), m_procCharges(0), m_stackAmount(1), m_updated(false), m_isRemoved(false) +m_auraSlot(MAX_AURAS), m_auraLevel(1), m_procCharges(0), m_stackAmount(1), m_isRemoved(false) { assert(target); |
