public FixEntry(Thief Thief, Mobile from) : base(6120, 12) { m_Thief = Thief; m_From = from; }
public RepairTarget(Thief thief) : base(12, false, TargetFlags.None) { m_Thief = thief; }