diff options
author | QAston <none@none> | 2010-01-10 17:49:35 +0100 |
---|---|---|
committer | QAston <none@none> | 2010-01-10 17:49:35 +0100 |
commit | 334de07dfb90fb7827bec1edff07ba4fabbcdafe (patch) | |
tree | 436840248b293bf0d4d224cd7ce5b3eb789c54de | |
parent | 58927805f970d34cd6bf21c82d79f90748b4a9f3 (diff) |
Fixes #262. Do not keep area aura enemy targets in combat - 61248 doesn't bring whole northrend to Dalaran anymore:)
--HG--
branch : trunk
-rw-r--r-- | src/game/SpellAuras.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index d02957bcb4e..727870f2a24 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -1435,10 +1435,6 @@ void UnitAura::UpdateTargetMapForEffect(Unit * caster, uint8 effIndex) continue; // add new unit to persistent area aura (*appIter)->_ApplyAuraEffect(this, effIndex); - - // start combat with targeted enemy - if(GetSpellProto()->Effect[effIndex] == SPELL_EFFECT_APPLY_AREA_AURA_ENEMY) - GetUnitOwner()->CombatStart(*appIter); } itr = m_applications.find((*appIter)->GetGUID()); |