summaryrefslogtreecommitdiff
path: root/src/map/searchstore.h
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.h
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.h')
-rw-r--r--src/map/searchstore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/searchstore.h b/src/map/searchstore.h
index 03924c29a..3d4a3f36a 100644
--- a/src/map/searchstore.h
+++ b/src/map/searchstore.h
@@ -109,7 +109,7 @@ struct searchstore_interface {
void (*click) (struct map_session_data* sd, int account_id, int store_id, unsigned short nameid);
bool (*queryremote) (struct map_session_data* sd, int account_id);
void (*clearremote) (struct map_session_data* sd);
- bool (*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);
+ bool (*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);
};
#ifdef HERCULES_CORE