diff options
author | QAston <none@none> | 2009-07-11 15:58:19 +0200 |
---|---|---|
committer | QAston <none@none> | 2009-07-11 15:58:19 +0200 |
commit | bf5447b469fe957cb9ba27583d5d7f3b4df5f5b6 (patch) | |
tree | 872f92a43ac538d8277dd368093b4838253c08ad /src/game/SharedDefines.h | |
parent | b52b3581095a7022ec01d354e7c62083b4ed6c6d (diff) |
*Handle breaking on damage auras by procflags - original patch by thenecromancer
*Implement Glyph of Fear - by thenecromancer
--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 13d02702bb8..56e3214538f 100644 --- a/src/game/SharedDefines.h +++ b/src/game/SharedDefines.h @@ -249,7 +249,7 @@ enum SpellCategory #define SPELL_ATTR_CASTABLE_WHILE_SITTING 0x08000000 // 27 castable while sitting #define SPELL_ATTR_CANT_USED_IN_COMBAT 0x10000000 // 28 Cannot be used in combat #define SPELL_ATTR_UNAFFECTED_BY_INVULNERABILITY 0x20000000 // 29 unaffected by invulnerability (hmm possible not...) -#define SPELL_ATTR_BREAKABLE_BY_DAMAGE 0x40000000 // 30 breakable by damage? +#define SPELL_ATTR_BREAKABLE_BY_DAMAGE 0x40000000 // 30 #define SPELL_ATTR_CANT_CANCEL 0x80000000 // 31 positive aura can't be canceled #define SPELL_ATTR_EX_DISMISS_PET 0x00000001 // 0 dismiss pet and not allow to summon new one? |