[11340] Type in Spell::DoSummon error message

This commit is contained in:
VladimirMangos 2011-04-13 01:34:05 +04:00
parent c60bee7173
commit 6f74cf8994
2 changed files with 2 additions and 2 deletions

View file

@ -4544,7 +4544,7 @@ void Spell::DoSummon(SpellEffectIndex eff_idx)
uint32 pet_number = sObjectMgr.GeneratePetNumber();
if (!spawnCreature->Create(map->GenerateLocalLowGuid(HIGHGUID_PET), pos, cInfo, pet_number))
{
sLog.outErrorDb("Spell::EffectSummon: can't create creature with entry %u for spell %u", cInfo->equipmentId, m_spellInfo->Id);
sLog.outErrorDb("Spell::EffectSummon: can't create creature with entry %u for spell %u", cInfo->Entry, m_spellInfo->Id);
delete spawnCreature;
return;
}

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11339"
#define REVISION_NR "11340"
#endif // __REVISION_NR_H__