#any one know how to delete a charecter from inventory? I wanna delete keqing
7 messages · Page 1 of 1 (latest)
You can remove her by deleting her entry in the database (using MongoDB compass)
Grasscutter's folder (in Mongo DB) -> avatars folder, and search for the account and character by using
{ownerId: 10001, avatarId: 10000042}
Replace 10001 with the account's UID.
Find the entry, hover it, and click the trash can icon.
You'll also have to delete the weapon and any artifacts she had equipped to prevent corruption.
thx 🙂
