diff options
| author | QAston <none@none> | 2009-07-18 18:44:16 +0200 |
|---|---|---|
| committer | QAston <none@none> | 2009-07-18 18:44:16 +0200 |
| commit | 91c309387a54aa34dfe982b8325f0b3b6e79f436 (patch) | |
| tree | eafb5aec1d5b5058d669e5fca96d60ee1793a249 /src/game/SharedDefines.h | |
| parent | 6443bf531c00423a6dca36c6f49bc91a991fbfe6 (diff) | |
*Implement attribute flag SPELL_ATTR_EX_CANT_TARGET_SELF.
--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 56e3214538f..1a9d5e470a4 100644 --- a/src/game/SharedDefines.h +++ b/src/game/SharedDefines.h @@ -271,7 +271,7 @@ enum SpellCategory #define SPELL_ATTR_EX_UNK16 0x00010000 // 16 on immuniy #define SPELL_ATTR_EX_UNAUTOCASTABLE_BY_PET 0x00020000 // 17 #define SPELL_ATTR_EX_UNK18 0x00040000 // 18 -#define SPELL_ATTR_EX_UNK19 0x00080000 // 19 +#define SPELL_ATTR_EX_CANT_TARGET_SELF 0x00080000 // 19 Applies only to unit target - for example Divine Intervention (19752) #define SPELL_ATTR_EX_REQ_COMBO_POINTS1 0x00100000 // 20 Req combo points on target #define SPELL_ATTR_EX_UNK21 0x00200000 // 21 #define SPELL_ATTR_EX_REQ_COMBO_POINTS2 0x00400000 // 22 Req combo points on target |
