diff options
author | QAston <none@none> | 2009-07-08 13:00:08 +0200 |
---|---|---|
committer | QAston <none@none> | 2009-07-08 13:00:08 +0200 |
commit | 68b58c1433c2220db32e0f4c222daa76356a85d8 (patch) | |
tree | 55e4e5b3df268348bb9197fc36eb87f842f6e6fb /src/game/SharedDefines.h | |
parent | f28810576dc10701cbda179f62e8c8242048ef77 (diff) |
*Implement attribute flag SPELL_ATTR_EX3_DISABLE_PROC - this fixes double proc of seal auras
*Add Judgement Anti-Parry/Dodge Passive spell for paladins.
--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 705c6c0fb6c..13d02702bb8 100644 --- a/src/game/SharedDefines.h +++ b/src/game/SharedDefines.h @@ -337,7 +337,7 @@ enum SpellCategory #define SPELL_ATTR_EX3_UNK16 0x00010000 // 16 no triggers effects that trigger on casting a spell?? #define SPELL_ATTR_EX3_NO_INITIAL_AGGRO 0x00020000 // 17 Soothe Animal, 39758, Mind Soothe #define SPELL_ATTR_EX3_UNK18 0x00040000 // 18 -#define SPELL_ATTR_EX3_UNK19 0x00080000 // 19 spells triggered by spell with this flag can't proc caster auras and can proc from triggered (swings too - 20178) +#define SPELL_ATTR_EX3_DISABLE_PROC 0x00080000 // 19 during aura proc no spells can trigger (20178, 20375) #define SPELL_ATTR_EX3_DEATH_PERSISTENT 0x00100000 // 20 Death persistent spells #define SPELL_ATTR_EX3_UNK21 0x00200000 // 21 #define SPELL_ATTR_EX3_REQ_WAND 0x00400000 // 22 Req wand |