This commit is contained in:
kaetemi 2014-09-09 08:23:37 +02:00
parent f38bcfc1bd
commit e03ced791d

View file

@ -16324,7 +16324,7 @@ void CCharacter::sendEmote( const NLMISC::CEntityId& id, MBEHAV::EBehaviour beha
}
CEntityId targetId = getTarget();
if (targetId.getType() > creature_end)
if (targetId.getType() > RYZOMID::creature_end)
targetId = CEntityId::Unknown;
TDataSetRow targetRow = TheDataset.getDataSetRow( targetId );