* 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
This commit is contained in:
parent
6219afd600
commit
1bcfcc8f64
@ -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).
|
/// Notifies the client about the result of a item repair request (ZC_ACK_ITEMREPAIR).
|
||||||
/// 01fe <index>.W <result>.B
|
/// 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)
|
void clif_item_repaireffect(struct map_session_data *sd,int idx,int flag)
|
||||||
{
|
{
|
||||||
int fd;
|
int fd;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user