From a20d06809f0c2ab15442744fba16ee90e3fb0bec Mon Sep 17 00:00:00 2001 From: Jedzkie Date: Sat, 29 Apr 2017 22:55:39 +0800 Subject: Fixes #1721 Signed-off-by: Jedzkie --- src/map/pc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map/pc.c b/src/map/pc.c index ca7387474..724b48c03 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -5039,7 +5039,7 @@ int pc_useitem(struct map_session_data *sd,int n) { #if PACKETVER >= 20110309 clif->msgtable(sd, MSG_NPC_WORK_IN_PROGRESS); #else - clif->messagecolor_self(fd, COLOR_WHITE, msg_fd(fd, 48)); + clif->messagecolor_self(sd->fd, COLOR_WHITE, msg_sd(sd, 48)); #endif return 0; } -- cgit v1.2.3-60-g2f50