summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index d06e2bd07..30cc5b8ab 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -12243,7 +12243,7 @@ void clif_send_quest_status(struct map_session_data * sd, int quest_id, bool act
int fd = sd->fd;
WFIFOHEAD(fd, 7);
- WFIFOW(fd, 0) = 0x02B4;
+ WFIFOW(fd, 0) = 0x02B6;
WFIFOL(fd, 2) = quest_id;
WFIFOB(fd, 6) = active?1:0;
WFIFOSET(fd, 7);