|
@@ -377,7 +377,7 @@ struct s_storage {
|
|
unsigned get : 1;
|
|
unsigned get : 1;
|
|
unsigned put : 1;
|
|
unsigned put : 1;
|
|
} state;
|
|
} state;
|
|
- union { // Max for inventory, storage, cart, and guild storage are 1637 each without changing this struct and struct item [2014/10/27]
|
|
|
|
|
|
+ union { // Max for inventory, storage, cart, and guild storage are 818 each without changing this struct and struct item [2016/08/14]
|
|
struct item items_inventory[MAX_INVENTORY];
|
|
struct item items_inventory[MAX_INVENTORY];
|
|
struct item items_storage[MAX_STORAGE];
|
|
struct item items_storage[MAX_STORAGE];
|
|
struct item items_cart[MAX_CART];
|
|
struct item items_cart[MAX_CART];
|