summaryrefslogtreecommitdiff
path: root/src/map/pc.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-22 21:21:28 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-22 21:21:28 +0300
commit2404bb2a08f98713d872743c33811ee7e4c69c49 (patch)
tree00bf18689025d1527380d0d1f576f27de4016830 /src/map/pc.h
parent044f5e1d72333c0530f911c4982868199097d35b (diff)
downloadevol-hercules-2404bb2a08f98713d872743c33811ee7e4c69c49.tar.gz
evol-hercules-2404bb2a08f98713d872743c33811ee7e4c69c49.tar.bz2
evol-hercules-2404bb2a08f98713d872743c33811ee7e4c69c49.tar.xz
evol-hercules-2404bb2a08f98713d872743c33811ee7e4c69c49.zip
map: show most slots on item equip/unequip.
Diffstat (limited to 'src/map/pc.h')
-rw-r--r--src/map/pc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/pc.h b/src/map/pc.h
index 2f07c92..104e8d5 100644
--- a/src/map/pc.h
+++ b/src/map/pc.h
@@ -13,4 +13,8 @@ int epc_readparam_pre(struct map_session_data* sd, int *type);
int epc_setregistry(struct map_session_data *sd, int64 *reg, int *val);
+void epc_equipitem_pos(struct map_session_data *sd, struct item_data *id, int *posPtr);
+
+void epc_unequipitem_pos(struct map_session_data *sd, int *nPtr, int *posPtr);
+
#endif // EVOL_MAP_PC