diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-04-02 21:13:09 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-04-02 21:13:09 +0300 |
commit | 3a0767592d15288849ad16b6dcd9171af821af33 (patch) | |
tree | b3e1d9f85d05628dd81c10e9692a95674ba2725a /src/map/pc.h | |
parent | 373c174b60944567677a9df8d16d845ea0c5ec10 (diff) | |
download | evol-hercules-3a0767592d15288849ad16b6dcd9171af821af33.tar.gz evol-hercules-3a0767592d15288849ad16b6dcd9171af821af33.tar.bz2 evol-hercules-3a0767592d15288849ad16b6dcd9171af821af33.tar.xz evol-hercules-3a0767592d15288849ad16b6dcd9171af821af33.zip |
map: add post hook for checking is possible equip item.
Diffstat (limited to 'src/map/pc.h')
-rw-r--r-- | src/map/pc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/pc.h b/src/map/pc.h index 8b1bd7e..dd6572c 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -23,4 +23,6 @@ int epc_takeitem(TBL_PC *sd, TBL_ITEM *fitem); void epc_validate_levels(void); +int epc_isequip_post(int retVal, struct map_session_data *sd, int *nPtr); + #endif // EVOL_MAP_PC |