aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author_manuel_ <none@none>2010-01-10 14:14:40 -0300
committer_manuel_ <none@none>2010-01-10 14:14:40 -0300
commit8d4aad2636477849f851109d76f428ff780b3380 (patch)
treebc263f54d29da23ad171f59929d847b40ff663f0
parent2eafa174833c4dd7f1c52fb31e41458fd39a0580 (diff)
parent2a5493a4bc2ce57a602c025ab3a306ee6b40c5a9 (diff)
Merge
--HG-- branch : trunk
-rw-r--r--src/game/SpellAuras.cpp4
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());