diff options
Diffstat (limited to 'src/map/vending.h')
-rw-r--r-- | src/map/vending.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/map/vending.h b/src/map/vending.h index b67f22916..2ed52b9bd 100644 --- a/src/map/vending.h +++ b/src/map/vending.h @@ -10,9 +10,9 @@ struct map_session_data; struct s_search_store_search; struct s_vending { - short index; - short amount; - unsigned int value; + short index; //cart index (return item data) + short amount; //amout of the item for vending + unsigned int value; //at wich price }; void vending_closevending(struct map_session_data* sd); |