summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
authorKevin <Kevin@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-04-11 01:38:41 +0000
committerKevin <Kevin@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-04-11 01:38:41 +0000
commiteb9d9a5e40f78993ab6280df285b1a15a7f27abb (patch)
treee9431a807a8fdfa9252a12d5f0eac1a51c8f32d9 /src/map/clif.c
parent773729d995cc32f98e87f6996b210ff6a2cc8d96 (diff)
downloadhercules-eb9d9a5e40f78993ab6280df285b1a15a7f27abb.tar.gz
hercules-eb9d9a5e40f78993ab6280df285b1a15a7f27abb.tar.bz2
hercules-eb9d9a5e40f78993ab6280df285b1a15a7f27abb.tar.xz
hercules-eb9d9a5e40f78993ab6280df285b1a15a7f27abb.zip
More questlog code.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12556 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c4
1 files changed, 2 insertions, 2 deletions
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 <stdio.h>
#include <stdlib.h>
@@ -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);