diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp index 6c3659c50..de5b306bc 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -1759,7 +1759,7 @@ void Spell::SetTargetMap(uint32 i,uint32 cur,UnitList& TagUnitMap) FillAreaTargets(TagUnitMap,m_targets.m_destX, m_targets.m_destY,radius,PUSH_SELF_CENTER,SPELL_TARGETS_FRIENDLY); break; case TARGET_ALL_FRIENDLY_UNITS_IN_AREA: - FillAreaTargets(TagUnitMap,m_targets.m_destX, m_targets.m_destY,radius,PUSH_SELF_CENTER,SPELL_TARGETS_FRIENDLY); + FillAreaTargets(TagUnitMap,m_targets.m_destX, m_targets.m_destY,radius,PUSH_DEST_CENTER,SPELL_TARGETS_FRIENDLY); break; // TARGET_SINGLE_PARTY means that the spells can only be casted on a party member and not on the caster (some seals, fire shield from imp, etc..) case TARGET_SINGLE_PARTY: diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 51a7ed6ee..50b1ed5e7 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 "7675" + #define REVISION_NR "7676" #endif // __REVISION_NR_H__