[11249] Lost summon point set for critter

This commit is contained in:
VladimirMangos 2011-03-15 04:11:16 +03:00
parent a6bab82c72
commit 789f513ede
2 changed files with 3 additions and 1 deletions

View file

@ -8113,6 +8113,8 @@ void Spell::DoSummonCritter(SpellEffectIndex eff_idx, uint32 forceFaction)
return;
}
critter->SetSummonPoint(pos);
//critter->SetName(""); // generated by client
critter->SetOwnerGuid(m_caster->GetObjectGuid());
critter->SetCreatorGuid(m_caster->GetObjectGuid());