mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
Core/Spells: Fix Tree of Life (Passive). Closes #8544
I learn something today, thx Shauren
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user