--- deliantra/server/include/define.h 2006/08/29 08:01:36 1.8 +++ deliantra/server/include/define.h 2006/09/11 12:08:01 1.9 @@ -304,17 +304,6 @@ #define ST_MAT_WALL 2 /* Wall */ #define ST_MAT_ITEM 3 /* All other items, including doors & such */ -/* Subtypes for QUEST */ -#define QUEST_IN_PROGRESS 1 -#define QUEST_DONE_QUEST 2 -#define QUEST_DONE_TASK 3 -#define QUEST_START_QUEST 4 -#define QUEST_END_QUEST 5 -#define QUEST_START_TASK 6 -#define QUEST_END_TASK 7 -#define QUEST_OVERRIDE 8 -#define QUEST_ON_ACTIVATE 9 - /* definitions for weapontypes */ #define WEAP_HIT 0 /* the basic */