fix(Script/Creature): move Shadow Hunter Vosh'gajin script to SAI (#7421)

This commit is contained in:
EPTIC
2021-08-25 11:58:13 +03:00
committed by GitHub
parent 42750494e5
commit 015f8802a8
4 changed files with 14 additions and 97 deletions

View File

@@ -7291,6 +7291,12 @@ void SpellMgr::LoadDbcDataCorrections()
spellInfo->AttributesEx |= SPELL_ATTR1_NO_THREAT;
});
// 16097 Shadow Hunter Vosh'gajin - Hex
ApplySpellFix({ 16097 }, [](SpellEntry* spellInfo)
{
spellInfo->CastingTimeIndex = 16;
});
// Sacred Cleansing
ApplySpellFix({ 53659 }, [](SpellEntry* spellInfo)
{