diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index dc0cecd49..d56b16e99 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -5171,6 +5171,7 @@ void Aura::HandleShapeshiftBoosts(bool apply) break; case FORM_TREE: spellId = 5420; + spellId2 = 34123; break; case FORM_TRAVEL: spellId = 5419; diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index b8b4657a0..d08a4faab 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -1398,16 +1398,6 @@ void Spell::EffectDummy(uint32 i) } break; case SPELLFAMILY_DRUID: - switch(m_spellInfo->Id ) - { - case 5420: // Tree of Life passive - { - // Tree of Life area effect - int32 health_mod = int32(m_caster->GetStat(STAT_SPIRIT)/4); - m_caster->CastCustomSpell(m_caster,34123,&health_mod,NULL,NULL,true,NULL); - return; - } - } break; case SPELLFAMILY_ROGUE: switch(m_spellInfo->Id )