summaryrefslogtreecommitdiff
path: root/src/map/pc.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-04-02 22:30:10 +0300
committerAndrei Karas <akaras@inbox.ru>2015-04-02 22:30:10 +0300
commit9bc41f3285ebd0c83243b2f207ff6d6b08ddf5f6 (patch)
tree739985dbb4bf561eb1a3e7e25ab8dfe2eba30531 /src/map/pc.h
parent402cbb4310059bc37ffc2825b83a1659200bf12c (diff)
downloadevol-hercules-9bc41f3285ebd0c83243b2f207ff6d6b08ddf5f6.tar.gz
evol-hercules-9bc41f3285ebd0c83243b2f207ff6d6b08ddf5f6.tar.bz2
evol-hercules-9bc41f3285ebd0c83243b2f207ff6d6b08ddf5f6.tar.xz
evol-hercules-9bc41f3285ebd0c83243b2f207ff6d6b08ddf5f6.zip
map: check required item attributes also on use item.
Diffstat (limited to 'src/map/pc.h')
-rw-r--r--src/map/pc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pc.h b/src/map/pc.h
index dd6572c..9c81392 100644
--- a/src/map/pc.h
+++ b/src/map/pc.h
@@ -23,6 +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);
+int epc_isuseequip_post(int retVal, struct map_session_data *sd, int *nPtr);
#endif // EVOL_MAP_PC