diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-08-12 19:26:18 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-08-12 19:26:18 +0300 |
commit | cfaf7b65b33fb94ba96be48c0c0187116616279a (patch) | |
tree | 9559962031ffaf68d16ee8d24cbc424ca3f0f3b5 /src/emap/pc.h | |
parent | ab576fe0fc7a7f7de3880e9abd6b5cc068a1c0d1 (diff) | |
download | plugin-cfaf7b65b33fb94ba96be48c0c0187116616279a.tar.gz plugin-cfaf7b65b33fb94ba96be48c0c0187116616279a.tar.bz2 plugin-cfaf7b65b33fb94ba96be48c0c0187116616279a.tar.xz plugin-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.h | 2 |
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); |