[0185] Fix Typo/Crash Thanks Sar777 for fixing.

Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
Salja 2012-08-26 00:03:29 +02:00 committed by Antz
parent 320e38b25b
commit e27d8ce9ae
2 changed files with 2 additions and 2 deletions

View file

@ -524,7 +524,7 @@ void Spell::FillTargetMap()
for (int j = 0; j < i; ++j) for (int j = 0; j < i; ++j)
{ {
SpellEffectEntry const* spellEffect1 = m_spellInfo->GetSpellEffect(SpellEffectIndex(j)); SpellEffectEntry const* spellEffect1 = m_spellInfo->GetSpellEffect(SpellEffectIndex(j));
if (!spellEffect) if (!spellEffect1)
continue; continue;
// Check if same target, but handle i.e. AreaAuras different // Check if same target, but handle i.e. AreaAuras different

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "0184" #define REVISION_NR "0185"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__