protected override void OnTarget(Mobile from, object o)
 {
     if (o is IPoint3D)
     {
         m_Owner.Target((IPoint3D)o);
     }
 }