Core/Spells: Fix Tree of Life (Passive). Closes #8544

I learn something today, thx Shauren
This commit is contained in:
Tuxity
2013-01-22 15:44:47 +01:00
parent 9eb9b0fe16
commit c72afa9ecf

View File

@@ -3626,6 +3626,9 @@ void SpellMgr::LoadSpellInfoCorrections()
break;
case 24314: // Threatening Gaze
spellInfo->AuraInterruptFlags |= AURA_INTERRUPT_FLAG_CAST | AURA_INTERRUPT_FLAG_MOVE | AURA_INTERRUPT_FLAG_JUMP;
case 5420: // Tree of Life (Passive)
spellInfo->Stances = 1 << (FORM_TREE - 1);
break;
default:
break;
}