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