From eb9d9a5e40f78993ab6280df285b1a15a7f27abb Mon Sep 17 00:00:00 2001 From: Kevin Date: Fri, 11 Apr 2008 01:38:41 +0000 Subject: More questlog code. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12556 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/clif.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/map/clif.c') diff --git a/src/map/clif.c b/src/map/clif.c index 21d246cfa..01417b2dd 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -37,6 +37,7 @@ #include "irc.h" #include "clif.h" #include "mail.h" +#include "quest.h" #include #include @@ -7968,8 +7969,7 @@ void clif_parse_LoadEndAck(int fd,struct map_session_data *sd) mail_clear(sd); #endif - //Send quest log [Kevin] - clif_send_questlog(sd); + quest_pc_login(sd); if(map[sd->bl.m].flag.loadevent) // Lance npc_script_event(sd, NPCE_LOADMAP); -- cgit v1.2.3-70-g09d2