diff options
Diffstat (limited to 'src/map/pc.h')
-rw-r--r-- | src/map/pc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pc.h b/src/map/pc.h index cc120c0cc..ea277072e 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -168,7 +168,7 @@ struct map_session_data { struct registry save_reg; struct item_data* inventory_data[MAX_INVENTORY]; // direct pointers to itemdb entries (faster than doing item_id lookups) - short equip_index[14]; + short equip_index[15]; unsigned int weight,max_weight; int cart_weight,cart_num,cart_weight_max; int fd; |