[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; 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());

View file

@ -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__