Increase bag item capacity(em)
When I increase TMHM capacity,I discover this code:
#define MAX_BAG_ITEM_CAPACITY 99
So I try to increase bag item capacity.
Firstly,open include/constants/items.h,and change MAX_BAG_ITEM_CAPACITY to 999,change BAG_ITEM_CAPACITY_DIGITS to 3.
Then,open...