From c6670cae6548eb6792b13f00ea6d8299c2c825fc Mon Sep 17 00:00:00 2001 From: Kevin Date: Fri, 11 Apr 2008 02:42:30 +0000 Subject: Some quest log changes and removed one of the set char offline calls that was added in revision 12552. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12557 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/quest.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/map/quest.c') diff --git a/src/map/quest.c b/src/map/quest.c index 499d78d6c..f01ff4526 100644 --- a/src/map/quest.c +++ b/src/map/quest.c @@ -35,6 +35,10 @@ //Send quest info on login int quest_pc_login(TBL_PC * sd) { + + if(sd->num_quests == 0) + return 1; + clif_send_questlog(sd); clif_send_questlog_info(sd); return 0; -- cgit v1.2.3-60-g2f50