From 8e9d3a5964a65cc5ad878b0f39a3fd92600cebdf Mon Sep 17 00:00:00 2001 From: QAston Date: Sat, 18 Apr 2009 11:52:47 +0200 Subject: *Make Shadow Embrace reduce hots effect. *Fix Glyph of Conflagrate. --HG-- branch : trunk --- src/game/SpellEffects.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index ae468f0fdbb..d321d2d6e31 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -451,6 +451,9 @@ void Spell::SpellDamageSchoolDmg(uint32 effect_idx) // Conflagrate - consumes immolate if (m_spellInfo->TargetAuraState == AURA_STATE_IMMOLATE) { + // Glyph of Conflagrate + if (m_caster->HasAura(56235)) + break; // for caster applied auras only Unit::AuraEffectList const &mPeriodic = unitTarget->GetAurasByType(SPELL_AURA_PERIODIC_DAMAGE); for(Unit::AuraEffectList::const_iterator i = mPeriodic.begin(); i != mPeriodic.end(); ++i) -- cgit v1.2.3