diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp index 5ef23bf1b..9beaea7b9 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -524,7 +524,7 @@ void Spell::FillTargetMap() for (int j = 0; j < i; ++j) { SpellEffectEntry const* spellEffect1 = m_spellInfo->GetSpellEffect(SpellEffectIndex(j)); - if (!spellEffect) + if (!spellEffect1) continue; // Check if same target, but handle i.e. AreaAuras different diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index f85a59063..a61a62ba7 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 "0184" +#define REVISION_NR "0185" #endif // __REVISION_NR_H__