summaryrefslogtreecommitdiff
path: root/src/map/searchstore.c
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-07-16 05:39:15 +0300
committerAndrei Karas <akaras@inbox.ru>2018-07-16 05:39:15 +0300
commit58a8c9e6cf38e3fdb2557ec9d00169e96411f915 (patch)
treeebc1ce9e75fa86cb16c2a7becee08717504d4aba /src/map/searchstore.c
parent74c8caed83f291cb9f4e8a36094bf325cc7afea0 (diff)
downloadhercules-58a8c9e6cf38e3fdb2557ec9d00169e96411f915.tar.gz
hercules-58a8c9e6cf38e3fdb2557ec9d00169e96411f915.tar.bz2
hercules-58a8c9e6cf38e3fdb2557ec9d00169e96411f915.tar.xz
hercules-58a8c9e6cf38e3fdb2557ec9d00169e96411f915.zip
Replace item id shorts to int in mmo.h
Diffstat (limited to 'src/map/searchstore.c')
-rw-r--r--src/map/searchstore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/searchstore.c b/src/map/searchstore.c
index 6b847eb92..1cf254e52 100644
--- a/src/map/searchstore.c
+++ b/src/map/searchstore.c
@@ -345,7 +345,7 @@ static void searchstore_clearremote(struct map_session_data *sd)
}
/// receives results from a store-specific callback
-static bool searchstore_result(struct map_session_data *sd, unsigned int store_id, int account_id, const char *store_name, unsigned short nameid, unsigned short amount, unsigned int price, const short *card, unsigned char refine, const struct item_option *option)
+static bool searchstore_result(struct map_session_data *sd, unsigned int store_id, int account_id, const char *store_name, unsigned short nameid, unsigned short amount, unsigned int price, const int *card, unsigned char refine, const struct item_option *option)
{
struct s_search_store_info_item* ssitem;