namidaka / crpg

Multiplayer mod for Mount & Blade II: Bannerlord
https://c-rpg.eu
GNU General Public License v3.0
14 stars 14 forks source link

Handle equipped items that are not in the inventory #35

Open namidaka opened 11 months ago

namidaka commented 11 months ago

From crpg created by verdie-g: verdie-g/crpg#799

I have a special crown that is disabled so people can't use it but only me through editing my items directly in the database. That item doesn't appear in my inventory because it's disabled. When I click on it, it throws an error. Please support that edge case 🙏

namidaka commented 11 months ago

Is it possible to add "in DB" to userItems (inventory) as well?

namidaka commented 11 months ago

I think it's in my user items but since it's disabled the API doesn't return it.