diff options
Diffstat (limited to 'src/common/mmo.h')
-rw-r--r-- | src/common/mmo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h index 029f5e115..61c2f5217 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -135,7 +135,7 @@ struct quest { int mob[MAX_QUEST_OBJECTIVES]; int count[MAX_QUEST_OBJECTIVES]; quest_state state; - + bool save_quest; int num_objectives; }; |