diff options
Diffstat (limited to 'src/map/buyingstore.h')
-rw-r--r-- | src/map/buyingstore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/buyingstore.h b/src/map/buyingstore.h index e96cc832d..60fd047f7 100644 --- a/src/map/buyingstore.h +++ b/src/map/buyingstore.h @@ -77,7 +77,7 @@ struct s_buyingstore { **/ struct buyingstore_interface { unsigned int nextid; - short blankslots[MAX_SLOTS]; // used when checking whether or not an item's card slots are blank + int blankslots[MAX_SLOTS]; // used when checking whether or not an item's card slots are blank struct item_option blankoptions[MAX_ITEM_OPTIONS]; // used for search result temporary. /* */ bool (*setup) (struct map_session_data* sd, unsigned char slots); |