diff options
| author | QAston <none@none> | 2009-07-22 19:16:40 +0200 |
|---|---|---|
| committer | QAston <none@none> | 2009-07-22 19:16:40 +0200 |
| commit | f9975c95360869f4a284b97b80220f360b3a6dd5 (patch) | |
| tree | 80a2a019bf8260ee5665b18406cb03235664ef5e /src/game/SpellAuras.cpp | |
| parent | 70e6446118843099bd5739eb17839d63f9a43cd9 (diff) | |
*Allow SPELL_AURA_TRANSFORM to to be breakble by damage using proc system.
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellAuras.cpp')
| -rw-r--r-- | src/game/SpellAuras.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 6be082b4f6f..59bbffdf261 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -7532,7 +7532,8 @@ int32 AuraEffect::CalculateCrowdControlAuraAmount(Unit * caster) if (m_auraName !=SPELL_AURA_MOD_CONFUSE && m_auraName !=SPELL_AURA_MOD_FEAR && m_auraName !=SPELL_AURA_MOD_STUN && - m_auraName !=SPELL_AURA_MOD_ROOT) + m_auraName !=SPELL_AURA_MOD_ROOT && + m_auraName !=SPELL_AURA_TRANSFORM) return 0; int32 damageCap = (int32)(m_target->GetMaxHealth()*0.10f); |
