diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-25 08:04:42 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-25 08:04:42 +0000 |
commit | 7490d258bed49b47110dd9f0236b11994e0f1a12 (patch) | |
tree | 561a5de95c48aeb1883b8f30242568ced131a102 /src/map/pc.h | |
parent | ca860586cd1019e4fdc7a02cc83d3d936e327a4e (diff) | |
download | hercules-7490d258bed49b47110dd9f0236b11994e0f1a12.tar.gz hercules-7490d258bed49b47110dd9f0236b11994e0f1a12.tar.bz2 hercules-7490d258bed49b47110dd9f0236b11994e0f1a12.tar.xz hercules-7490d258bed49b47110dd9f0236b11994e0f1a12.zip |
Updated Weapon Repair (~100%)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@359 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/pc.h')
-rw-r--r-- | src/map/pc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/pc.h b/src/map/pc.h index a6c5a2b2a..0a7026815 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -86,6 +86,7 @@ int pc_skill(struct map_session_data*,int,int,int); int pc_insert_card(struct map_session_data *sd,int idx_card,int idx_equip); int pc_item_identify(struct map_session_data *sd,int idx); +int pc_item_repair(struct map_session_data *sd,int idx); // [Celest] int pc_steal_item(struct map_session_data *sd,struct block_list *bl); int pc_steal_coin(struct map_session_data *sd,struct block_list *bl); |