mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[0185] Fix Typo/Crash Thanks Sar777 for fixing.
Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
parent
320e38b25b
commit
e27d8ce9ae
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue