fix(Core/Spells): Spirit of Kirith spell summon duration adjusted (#8680)
This commit is contained in:
parent
cab3992d0f
commit
416e8d2cbf
1 changed files with 6 additions and 0 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue