mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-03-16 14:05:28 +00:00
fix(Core/Spells): Spirit of Kirith spell summon duration adjusted (#8680)
This commit is contained in:
@@ -3491,6 +3491,12 @@ void SpellMgr::LoadDbcDataCorrections()
|
|||||||
spellInfo->RangeIndex = 6; // 100 yards
|
spellInfo->RangeIndex = 6; // 100 yards
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// Spirit of Kirith
|
||||||
|
ApplySpellFix({ 10853 }, [](SpellEntry* spellInfo)
|
||||||
|
{
|
||||||
|
spellInfo->DurationIndex = 3; // 1min
|
||||||
|
});
|
||||||
|
|
||||||
// Headless Horseman - Start Fire
|
// Headless Horseman - Start Fire
|
||||||
ApplySpellFix({ 42132 }, [](SpellEntry* spellInfo)
|
ApplySpellFix({ 42132 }, [](SpellEntry* spellInfo)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user