summaryrefslogtreecommitdiff
path: root/src/map/pc.c
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.c
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.c')
-rw-r--r--src/map/pc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pc.c b/src/map/pc.c
index d51cc2a..5b36576 100644
--- a/src/map/pc.c
+++ b/src/map/pc.c
@@ -188,7 +188,7 @@ void epc_validate_levels(void)
hookStop();
}
-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)
{
const int n = *nPtr;
if (retVal)