diff options
| author | megamage <none@none> | 2008-11-17 17:59:33 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2008-11-17 17:59:33 -0600 |
| commit | 474dc08c465b3360a9f578a0df65bb8d2feb9fcd (patch) | |
| tree | e7ef7f2fb09e9d8dbb88581fce53af5cbe1e9f7b /src/game/SharedDefines.h | |
| parent | 363e526baa95e22bc0cdaabb140a002af0f196c6 (diff) | |
*Update aura stacking check. By QAston.
*Update pet autocast check. By qubix.
--HG--
branch : trunk
Diffstat (limited to 'src/game/SharedDefines.h')
| -rw-r--r-- | src/game/SharedDefines.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SharedDefines.h b/src/game/SharedDefines.h index 481598f71ea..a9c66fa3028 100644 --- a/src/game/SharedDefines.h +++ b/src/game/SharedDefines.h @@ -248,7 +248,7 @@ enum ItemQualities #define SPELL_ATTR_EX_UNK14 0x00004000 // 14 #define SPELL_ATTR_EX_DISPEL_AURAS_ON_IMMUNITY 0x00008000 // 15 remove auras on immunity #define SPELL_ATTR_EX_UNAFFECTED_BY_SCHOOL_IMMUNE 0x00010000 // 16 unaffected by school immunity -#define SPELL_ATTR_EX_UNK17 0x00020000 // 17 +#define SPELL_ATTR_EX_PET_NOT_AUTOCAST 0x00020000 // 17 #define SPELL_ATTR_EX_UNK18 0x00040000 // 18 #define SPELL_ATTR_EX_UNK19 0x00080000 // 19 #define SPELL_ATTR_EX_REQ_COMBO_POINTS1 0x00100000 // 20 Req combo points on target |
