From 02a755111f9a707cc7fdef81772c74b1d10242b1 Mon Sep 17 00:00:00 2001 From: Kevin Date: Mon, 14 Apr 2008 02:32:24 +0000 Subject: Some more updates to the quest log system. It has been completely moved to the inter server instead of the char server. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12584 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/common/mmo.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/common') diff --git a/src/common/mmo.h b/src/common/mmo.h index b3e5f6e48..70e7f103d 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -265,8 +265,6 @@ struct mmo_charstatus { struct point last_point,save_point,memo_point[MAX_MEMOPOINTS]; struct item inventory[MAX_INVENTORY],cart[MAX_CART]; struct skill skill[MAX_SKILL]; - int num_quests; - struct quest quest_log[MAX_QUEST]; struct s_friend friends[MAX_FRIENDS]; //New friend system [Skotlex] #ifdef HOTKEY_SAVING -- cgit v1.2.3-70-g09d2