Misc fixes
This commit is contained in:
@@ -1601,6 +1601,8 @@ namespace Game.Spells
|
||||
summon.SetTempSummonType(summonType);
|
||||
if (properties.Control == SummonCategory.Ally)
|
||||
summon.SetOwnerGUID(caster.GetGUID());
|
||||
else if (properties.Control == SummonCategory.Wild && caster.IsPlayer()) // there might be more conditions involved
|
||||
summon.SetDemonCreatorGUID(caster.GetGUID());
|
||||
|
||||
ExecuteLogEffectSummonObject(effectInfo.Effect, summon);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user