mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 16:37:00 +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)
|
||||
{
|
||||
SpellEffectEntry const* spellEffect1 = m_spellInfo->GetSpellEffect(SpellEffectIndex(j));
|
||||
if (!spellEffect)
|
||||
if (!spellEffect1)
|
||||
continue;
|
||||
|
||||
// Check if same target, but handle i.e. AreaAuras different
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue