aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/game/SpellAuras.h2
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;