diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp index 80b479531..b1b2a8528 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -2393,8 +2393,6 @@ void Spell::SetTargetMap(SpellEffectIndex effIndex, uint32 targetMode, UnitList& { targetUnitMap.push_back(currentTarget); m_targets.setDestination(currentTarget->GetPositionX(), currentTarget->GetPositionY(), currentTarget->GetPositionZ()); - if(m_spellInfo->EffectImplicitTargetB[effIndex] == TARGET_ALL_ENEMY_IN_AREA_INSTANT) - FillAreaTargets(targetUnitMap, radius, PUSH_TARGET_CENTER, SPELL_TARGETS_AOE_DAMAGE); } break; } diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 08f9ded57..ffb0469fb 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "11540" + #define REVISION_NR "11541" #endif // __REVISION_NR_H__