diff options
Diffstat (limited to 'src/game/SpellMgr.h')
| -rw-r--r-- | src/game/SpellMgr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/SpellMgr.h b/src/game/SpellMgr.h index 0c73bd24c44..babad470d5f 100644 --- a/src/game/SpellMgr.h +++ b/src/game/SpellMgr.h @@ -702,6 +702,7 @@ inline bool IsProfessionSkill(uint32 skill) #define SPELL_ATTR_CU_AURA_CC 0x00000040 #define SPELL_ATTR_CU_AURA_SPELL 0x00000080 #define SPELL_ATTR_CU_DIRECT_DAMAGE 0x00000100 +#define SPELL_ATTR_CU_CHARGE 0x00000200 typedef std::vector<uint32> SpellCustomAttribute; |
