[11465] non-ObjectGuid guids in random places.

Only ChannelMgr code wide use uint64 guids now, and Map object stores.
This commit is contained in:
VladimirMangos 2011-05-10 21:24:43 +04:00
parent a925db80fa
commit ef6a48fe03
44 changed files with 219 additions and 215 deletions

View file

@ -141,14 +141,14 @@ void DynamicObject::Update(uint32 update_diff, uint32 p_time)
if(deleteThis)
{
caster->RemoveDynObjectWithGUID(GetGUID());
caster->RemoveDynObjectWithGUID(GetObjectGuid());
Delete();
}
}
void DynamicObject::Delete()
{
SendObjectDeSpawnAnim(GetGUID());
SendObjectDeSpawnAnim(GetObjectGuid());
AddObjectToRemoveList();
}