Okay, so we all know that if we obtain an item that doesn't exist, it gives us a " dummy " item.
However, through all my attempts I was never able to change that information.
void create_dummy_data(void){ memset(&itemdb->dummy, 0, sizeof(struct item_data)); itemdb->dummy.nameid=500...