mirror of
https://github.com/mangosfour/server.git
synced 2025-12-19 22:37:05 +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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
critter->SetSummonPoint(pos);
|
||||||
|
|
||||||
//critter->SetName(""); // generated by client
|
//critter->SetName(""); // generated by client
|
||||||
critter->SetOwnerGuid(m_caster->GetObjectGuid());
|
critter->SetOwnerGuid(m_caster->GetObjectGuid());
|
||||||
critter->SetCreatorGuid(m_caster->GetObjectGuid());
|
critter->SetCreatorGuid(m_caster->GetObjectGuid());
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "11248"
|
#define REVISION_NR "11249"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue