瀏覽代碼

* eAthena changeset ea:15117 (already fixed in r15823).
* eAthena changeset ea:15118 (already fixed in r16500).
http://rathena.org/board/index.php?act=findpost&pid=124218

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16890 54d463be-8e91-2dee-dedb-b68131a5f0ec

eathenabot 12 年之前
父節點
當前提交
1bcfcc8f64
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/map/clif.c

+ 5 - 0
src/map/clif.c

@@ -5863,6 +5863,11 @@ void clif_item_repair_list(struct map_session_data *sd,struct map_session_data *
 
 /// Notifies the client about the result of a item repair request (ZC_ACK_ITEMREPAIR).
 /// 01fe <index>.W <result>.B
+/// index:
+///     ignored (inventory index)
+/// result:
+///     0 = Item repair success.
+///     1 = Item repair failure.
 void clif_item_repaireffect(struct map_session_data *sd,int idx,int flag)
 {
 	int fd;