summaryrefslogtreecommitdiff
path: root/src/emap/pc.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-08-12 19:26:18 +0300
committerAndrei Karas <akaras@inbox.ru>2015-08-12 19:26:18 +0300
commitcfaf7b65b33fb94ba96be48c0c0187116616279a (patch)
tree9559962031ffaf68d16ee8d24cbc424ca3f0f3b5 /src/emap/pc.h
parentab576fe0fc7a7f7de3880e9abd6b5cc068a1c0d1 (diff)
downloadevol-hercules-cfaf7b65b33fb94ba96be48c0c0187116616279a.tar.gz
evol-hercules-cfaf7b65b33fb94ba96be48c0c0187116616279a.tar.bz2
evol-hercules-cfaf7b65b33fb94ba96be48c0c0187116616279a.tar.xz
evol-hercules-cfaf7b65b33fb94ba96be48c0c0187116616279a.zip
Send to client if possible equipped items with inserted cards.
Change server version to 7.
Diffstat (limited to 'src/emap/pc.h')
-rw-r--r--src/emap/pc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emap/pc.h b/src/emap/pc.h
index e850b81..388c606 100644
--- a/src/emap/pc.h
+++ b/src/emap/pc.h
@@ -13,7 +13,7 @@ int epc_readparam_pre(TBL_PC* sd, int *type);
int epc_setregistry(TBL_PC *sd, int64 *reg, int *val);
-void epc_equipitem_pos(TBL_PC *sd, struct item_data *id, int *posPtr);
+void epc_equipitem_pos(TBL_PC *sd, struct item_data *id, int *nPtr, int *posPtr);
void epc_unequipitem_pos(TBL_PC *sd, int *nPtr, int *posPtr);