diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-06-21 00:14:04 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-06-29 19:46:06 +0300 |
commit | 6475f9aaef5e6affe3565c80e416e4b4e9cde043 (patch) | |
tree | 88cfc6cc1b27f7c4736927f3d2941439b1707901 /src/map/buyingstore.h | |
parent | 887d53cac4391b438f07dccf7e148ff0769f6a55 (diff) | |
download | hercules-6475f9aaef5e6affe3565c80e416e4b4e9cde043.tar.gz hercules-6475f9aaef5e6affe3565c80e416e4b4e9cde043.tar.bz2 hercules-6475f9aaef5e6affe3565c80e416e4b4e9cde043.tar.xz hercules-6475f9aaef5e6affe3565c80e416e4b4e9cde043.zip |
Fix packet 836 (search in stores).
Added item options fields into this packet.
Updated other things for support for report item options in vending.
Buying store not supported for now.
Diffstat (limited to 'src/map/buyingstore.h')
-rw-r--r-- | src/map/buyingstore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/buyingstore.h b/src/map/buyingstore.h index ee0163a03..408678e8e 100644 --- a/src/map/buyingstore.h +++ b/src/map/buyingstore.h @@ -76,6 +76,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 + struct item_option blankoptions[MAX_ITEM_OPTIONS]; // used for search result temporary. /* */ bool (*setup) (struct map_session_data* sd, unsigned char slots); void (*create) (struct map_session_data* sd, int zenylimit, unsigned char result, const char* storename, const uint8* itemlist, unsigned int count); |