mirror of
https://github.com/mangosfour/server.git
synced 2025-12-19 04:37:06 +00:00
[11249] Lost summon point set for critter
This commit is contained in:
parent
a6bab82c72
commit
789f513ede
2 changed files with 3 additions and 1 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue