Core/Misc: Fix build
This commit is contained in:
@@ -1966,7 +1966,7 @@ void Spell::EffectSummonType()
|
||||
if (!unitCaster)
|
||||
return;
|
||||
|
||||
summon = unitCaster->GetMap()->SummonCreature(entry, *destTarget, properties, duration, unitCaster, m_spellInfo->Id, privateObjectOwner);
|
||||
summon = unitCaster->GetMap()->SummonCreature(entry, *destTarget, properties, duration, unitCaster, m_spellInfo->Id, 0, privateObjectOwner);
|
||||
break;
|
||||
}
|
||||
case SummonTitle::Lightwell:
|
||||
|
||||
Reference in New Issue
Block a user