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 9595418ed22..8c7f8728b0b 100644 --- a/src/game/ObjectMgr.h +++ b/src/game/ObjectMgr.h @@ -216,9 +216,10 @@ enum ConditionType CONDITION_AD_COMMISSION_AURA = 10, // 0 0, for condition true while one from AD ñommission aura active CONDITION_NO_AURA = 11, // spell_id effindex CONDITION_ACTIVE_EVENT = 12, // event_id + CONDITION_INSTANCE_DATA = 13, // entry data }; -#define MAX_CONDITION 13 // maximum value in ConditionType enum +#define MAX_CONDITION 14 // maximum value in ConditionType enum //Player's info typedef struct _tagCachePlayerInfo |
