diff options
| author | QAston <none@none> | 2009-03-01 20:29:03 +0100 |
|---|---|---|
| committer | QAston <none@none> | 2009-03-01 20:29:03 +0100 |
| commit | 352df954f6e1a8542118e8108928ea5fe268f431 (patch) | |
| tree | ddc0da0ebf7b68875f5f0f8bee586f1bcc525184 /src | |
| parent | 281f4ce49a614fecab071836b82f98f524f85ef2 (diff) | |
*Fix a typo.
--HG--
branch : trunk
Diffstat (limited to 'src')
| -rw-r--r-- | src/game/SpellAuras.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SpellAuras.h b/src/game/SpellAuras.h index 14a473ec2f2..dac13adf6d1 100644 --- a/src/game/SpellAuras.h +++ b/src/game/SpellAuras.h @@ -351,7 +351,7 @@ class TRINITY_DLL_SPEC Aura uint8 m_auraLevel; // Aura level (store caster level for correct show level dep amount) uint8 m_procCharges; // Aura charges (0 for infinite) uint8 m_stackAmount; // Aura stack amount - uint8 m_auraStateMask; + uint32 m_auraStateMask; bool m_positive:1; bool m_permanent:1; |
