diff options
| author | megamage <none@none> | 2009-08-05 19:43:55 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-08-05 19:43:55 -0500 |
| commit | 9a8c60dbc7638a4ef8c85159b2b4a92d93fdd39b (patch) | |
| tree | 7c131762093a3dc493b03c8143919aca6e437308 /src/game/QuestDef.h | |
| parent | f03cd942cdb1b5075734aef7aff20e2f2738cecf (diff) | |
*Do not allow dk to teleport out of start map without completing required quests.
*Remove some useless quest status enum.
--HG--
branch : trunk
Diffstat (limited to 'src/game/QuestDef.h')
| -rw-r--r-- | src/game/QuestDef.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/QuestDef.h b/src/game/QuestDef.h index c3285ec816c..412c66cf9fd 100644 --- a/src/game/QuestDef.h +++ b/src/game/QuestDef.h @@ -96,9 +96,9 @@ enum QuestStatus { QUEST_STATUS_NONE = 0, QUEST_STATUS_COMPLETE = 1, - QUEST_STATUS_UNAVAILABLE = 2, + //QUEST_STATUS_UNAVAILABLE = 2, QUEST_STATUS_INCOMPLETE = 3, - QUEST_STATUS_AVAILABLE = 4, + //QUEST_STATUS_AVAILABLE = 4, MAX_QUEST_STATUS }; |
