diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-22 21:21:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-11-22 21:21:28 +0300 |
commit | 2404bb2a08f98713d872743c33811ee7e4c69c49 (patch) | |
tree | 00bf18689025d1527380d0d1f576f27de4016830 /src/map/pc.h | |
parent | 044f5e1d72333c0530f911c4982868199097d35b (diff) | |
download | plugin-2404bb2a08f98713d872743c33811ee7e4c69c49.tar.gz plugin-2404bb2a08f98713d872743c33811ee7e4c69c49.tar.bz2 plugin-2404bb2a08f98713d872743c33811ee7e4c69c49.tar.xz plugin-2404bb2a08f98713d872743c33811ee7e4c69c49.zip |
map: show most slots on item equip/unequip.
Diffstat (limited to 'src/map/pc.h')
-rw-r--r-- | src/map/pc.h | 4 |
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 |