diff options
author | maximius <none@none> | 2009-10-02 02:45:00 -0700 |
---|---|---|
committer | maximius <none@none> | 2009-10-02 02:45:00 -0700 |
commit | 18995c8785859c810151456bd856aac161780103 (patch) | |
tree | a934268dc26cebf6bdb7bb7af3e1df1c50dd088d /src/game/SpellAuras.h | |
parent | a73b03b7ea7ee7e217299f7938fb2bd80571f876 (diff) |
*Missed changes O_O
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellAuras.h')
-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 73ac324a5a4..821e208d6b7 100644 --- a/src/game/SpellAuras.h +++ b/src/game/SpellAuras.h @@ -154,7 +154,7 @@ class TRINITY_DLL_SPEC Aura uint8 m_auraFlags; // Aura info flag (for send data to client) 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 AuraEffect * m_partAuras[3]; uint32 m_procDamage; // used in aura proc code |