Quest packet typo.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12675 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
Kevin 2008-05-01 00:13:12 +00:00
parent 712ec37880
commit 9118792124

View File

@ -12243,7 +12243,7 @@ void clif_send_quest_status(struct map_session_data * sd, int quest_id, bool act
int fd = sd->fd; int fd = sd->fd;
WFIFOHEAD(fd, 7); WFIFOHEAD(fd, 7);
WFIFOW(fd, 0) = 0x02B4; WFIFOW(fd, 0) = 0x02B6;
WFIFOL(fd, 2) = quest_id; WFIFOL(fd, 2) = quest_id;
WFIFOB(fd, 6) = active?1:0; WFIFOB(fd, 6) = active?1:0;
WFIFOSET(fd, 7); WFIFOSET(fd, 7);