fix(Core/Spells): Silithyst (#8656)

This commit is contained in:
Ragelezz
2021-10-22 14:40:57 +03:00
committed by GitHub
parent 97d13d7ff3
commit 6baf498a17
3 changed files with 45 additions and 0 deletions

View File

@@ -7373,6 +7373,13 @@ void SpellMgr::LoadDbcDataCorrections()
spellInfo->RangeIndex = 5; // 40yd
});
// 29519 - Silithyst
ApplySpellFix({ 29519 }, [](SpellEntry* spellInfo)
{
spellInfo->EffectApplyAuraName[0] = SPELL_AURA_MOD_DECREASE_SPEED;
spellInfo->EffectBasePoints[EFFECT_0] = -25;
});
// Ulduar: Kologarn Focused Eyebeam Summon Trigger
ApplySpellFix({ 63342 }, [](SpellEntry* spellInfo)
{