From 84f811edfd2e5b2811f438bb64368ec85d8891a1 Mon Sep 17 00:00:00 2001 From: Kevin Date: Thu, 10 Apr 2008 05:35:04 +0000 Subject: Char server now loads/saves quest information. Included table definitions for quests and quest objectives. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12545 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/common/mmo.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common') diff --git a/src/common/mmo.h b/src/common/mmo.h index 9a8da3fad..03f70180c 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -271,6 +271,7 @@ 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] -- cgit v1.2.3-70-g09d2