diff options
Diffstat (limited to 'src/common/mmo.h')
-rw-r--r-- | src/common/mmo.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 { |