mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 10:30:27 +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
|
||||
});
|
||||
|
||||
// Spirit of Kirith
|
||||
ApplySpellFix({ 10853 }, [](SpellEntry* spellInfo)
|
||||
{
|
||||
spellInfo->DurationIndex = 3; // 1min
|
||||
});
|
||||
|
||||
// Headless Horseman - Start Fire
|
||||
ApplySpellFix({ 42132 }, [](SpellEntry* spellInfo)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user