fix(Core/Spells): Spirit of Kirith spell summon duration adjusted (#8680)

This commit is contained in:
Ragelezz
2021-10-24 13:03:07 +03:00
committed by GitHub
parent cab3992d0f
commit 416e8d2cbf

View File

@@ -3491,6 +3491,12 @@ void SpellMgr::LoadDbcDataCorrections()
spellInfo->RangeIndex = 6; // 100 yards
});
// Spirit of Kirith
ApplySpellFix({ 10853 }, [](SpellEntry* spellInfo)
{
spellInfo->DurationIndex = 3; // 1min
});
// Headless Horseman - Start Fire
ApplySpellFix({ 42132 }, [](SpellEntry* spellInfo)
{