From 9d9b8bcd463e8337d5f3e5b41658eee10e20c17c Mon Sep 17 00:00:00 2001 From: Inkfish Date: Fri, 4 Sep 2009 11:14:27 +0000 Subject: * QuestLog Fix. - mob id no longer stores in sql. - counts won't increase if you have killed sufficient mobs. * Fixed Merchant's medalion wrong aspd bonus (bugreport:3554) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14036 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/common/mmo.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/common/mmo.h') diff --git a/src/common/mmo.h b/src/common/mmo.h index 3c82a8ad7..9979c5a8e 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -132,10 +132,8 @@ typedef enum quest_state { Q_INACTIVE, Q_ACTIVE, Q_COMPLETE } quest_state; struct quest { int quest_id; unsigned int time; - int mob[MAX_QUEST_OBJECTIVES]; int count[MAX_QUEST_OBJECTIVES]; quest_state state; - int num_objectives; }; struct item { -- cgit v1.2.3-60-g2f50