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/script.c | |
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/script.c')
-rw-r--r-- | src/map/script.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/script.c b/src/map/script.c index 952496486..5252c0ff0 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -14394,7 +14394,7 @@ BUILDIN(setequipoption) int i = -1; struct map_session_data *sd = script->rid2sd(st); - struct item_option *ito = NULL; + struct itemdb_option *ito = NULL; if (sd == NULL) { script_pushint(st, 0); |