Core/Spells: f04a20d717 followup

This commit is contained in:
Ovahlord
2020-02-02 12:38:15 +01:00
parent f04a20d717
commit 5b8e441b40

View File

@@ -1918,7 +1918,7 @@ void Spell::EffectSummonType(SpellEffIndex effIndex)
// randomize position for multiple summons
pos = m_caster->GetRandomPoint(*destTarget, radius);
m_originalCaster->GetMap()->SummonCreature(entry, *destTarget, properties, duration, m_originalCaster, m_spellInfo->Id, 0, personalSpawn);
summon = m_caster->GetMap()->SummonCreature(entry, *destTarget, properties, duration, m_originalCaster, m_spellInfo->Id, 0, personalSpawn);
if (!summon)
continue;