mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 13:46:24 +00:00
fix(Core/Spells): Silithyst (#8656)
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user