Core/Misc: Fix build

This commit is contained in:
ModoX
2026-05-01 23:20:46 +02:00
parent 37ee63124b
commit d43f44a721
+1 -1
View File
@@ -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: