diff options
author | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-07-26 01:42:10 +0000 |
---|---|---|
committer | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-07-26 01:42:10 +0000 |
commit | 0f59bb06f026537c6527b7b9e18528f15e49be3b (patch) | |
tree | 857f132a3432cb97ae791449e3b4251fb9d90cf5 /src/map/clif.h | |
parent | c270812e8cf450eb53c03bd018e943cf04abbf11 (diff) | |
download | hercules-0f59bb06f026537c6527b7b9e18528f15e49be3b.tar.gz hercules-0f59bb06f026537c6527b7b9e18528f15e49be3b.tar.bz2 hercules-0f59bb06f026537c6527b7b9e18528f15e49be3b.tar.xz hercules-0f59bb06f026537c6527b7b9e18528f15e49be3b.zip |
Added the merges proposed in evilpuncker's list of suggestions: http://rathena.org/board/topic/63001-my-rathena-suggestions/page__st__20#entry124218
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16500 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/clif.h')
-rw-r--r-- | src/map/clif.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.h b/src/map/clif.h index 18b5f0031..b6993a46b 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -469,7 +469,7 @@ void clif_clearcart(int fd); void clif_item_identify_list(struct map_session_data *sd); void clif_item_identified(struct map_session_data *sd,int idx,int flag); void clif_item_repair_list(struct map_session_data *sd, struct map_session_data *dstsd); -void clif_item_repaireffect(struct map_session_data *sd, int nameid, int flag); +void clif_item_repaireffect(struct map_session_data *sd, int idx, int flag); void clif_item_damaged(struct map_session_data* sd, unsigned short position); void clif_item_refine_list(struct map_session_data *sd); |