[7960] Fixed client error #132.

This commit is contained in:
tomrus88 2009-06-05 14:52:34 +04:00
parent fb21b00480
commit 5b02b07156
2 changed files with 3 additions and 1 deletions

View file

@ -179,6 +179,8 @@ bool Corpse::LoadFromDB(uint32 guid, Field *fields)
float ort = fields[3].GetFloat();
uint32 mapid = fields[4].GetUInt32();
Object::_Create(guid, 0, HIGHGUID_CORPSE);
if(!LoadValues( fields[5].GetString() ))
{
sLog.outError("Corpse #%d have broken data in `data` field. Can't be loaded.",guid);