diff options
Diffstat (limited to 'src/game/ObjectMgr.h')
-rw-r--r-- | src/game/ObjectMgr.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/ObjectMgr.h b/src/game/ObjectMgr.h index 63483958ab0..faa29d4ce7f 100644 --- a/src/game/ObjectMgr.h +++ b/src/game/ObjectMgr.h @@ -311,9 +311,10 @@ enum ConditionType CONDITION_NO_AURA = 11, // spell_id effindex CONDITION_ACTIVE_EVENT = 12, // event_id CONDITION_INSTANCE_DATA = 13, // entry data + CONDITION_QUEST_NONE = 14, // quest_id 0 }; -#define MAX_CONDITION 14 // maximum value in ConditionType enum +#define MAX_CONDITION 15 // maximum value in ConditionType enum struct PlayerCondition { |