summaryrefslogtreecommitdiff
path: root/src/map/script.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2020-01-30 07:16:15 +0300
committerAndrei Karas <akaras@inbox.ru>2020-02-09 21:30:38 +0300
commitcce37f009f7012ff311c8d0983cbdf8389a80f34 (patch)
tree55e79dc85cdf64cd50294d986c2da26a75c22f54 /src/map/script.h
parentf1dd964511896963e987004c1d21750a003c760c (diff)
downloadhercules-cce37f009f7012ff311c8d0983cbdf8389a80f34.tar.gz
hercules-cce37f009f7012ff311c8d0983cbdf8389a80f34.tar.bz2
hercules-cce37f009f7012ff311c8d0983cbdf8389a80f34.tar.xz
hercules-cce37f009f7012ff311c8d0983cbdf8389a80f34.zip
Add script commands for expanded barter shops
Diffstat (limited to 'src/map/script.h')
-rw-r--r--src/map/script.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/script.h b/src/map/script.h
index d652f2155..00a206ce3 100644
--- a/src/map/script.h
+++ b/src/map/script.h
@@ -1054,6 +1054,7 @@ struct script_interface {
void (*run_item_rental_end_script) (struct map_session_data *sd, struct item_data *data, int oid);
void (*run_item_rental_start_script) (struct map_session_data *sd, struct item_data *data, int oid);
void (*run_item_lapineddukddak_script) (struct map_session_data *sd, struct item_data *data, int oid);
+ bool (*sellitemcurrency_add) (struct npc_data *nd, struct script_state* st, int argIndex);
};
#ifdef HERCULES_CORE