@joemafia
No. The CID is the primary key in IMVU's main database table. You can't change the value of a primary key in a relational database. If you do, all foreign keys pointing at it will become orphaned. Lookup database normalization tutorials for details.