summaryrefslogtreecommitdiff
path: root/src/map/pc.h
diff options
context:
space:
mode:
authorcelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-18 05:42:45 +0000
committercelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-18 05:42:45 +0000
commite26e3b2570fdf836a8c6c556c711bb6a81c3ecf0 (patch)
treeadd69d2928118542584007ba0c002e4997950ee5 /src/map/pc.h
parentdb5a0ba6de24da584349db3c53648a39d50fb63c (diff)
downloadhercules-e26e3b2570fdf836a8c6c556c711bb6a81c3ecf0.tar.gz
hercules-e26e3b2570fdf836a8c6c556c711bb6a81c3ecf0.tar.bz2
hercules-e26e3b2570fdf836a8c6c556c711bb6a81c3ecf0.tar.xz
hercules-e26e3b2570fdf836a8c6c556c711bb6a81c3ecf0.zip
Updated Cloaking, Endure, fixed bug with monster npc's
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@244 54d463be-8e91-2dee-dedb-b68131a5f0ec
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 2260fcdb7..a8c9cb385 100644
--- a/src/map/pc.h
+++ b/src/map/pc.h
@@ -112,7 +112,7 @@ int pc_resetlvl(struct map_session_data*,int type);
int pc_resetstate(struct map_session_data*);
int pc_resetskill(struct map_session_data*);
int pc_equipitem(struct map_session_data*,int,int);
-int pc_unequipitem(struct map_session_data*,int,int);
+int pc_unequipitem(struct map_session_data*,int,int,int);
int pc_checkitem(struct map_session_data*);
int pc_useitem(struct map_session_data*,int);