mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 13:46:24 +00:00
fix(Script/Creature): move Shadow Hunter Vosh'gajin script to SAI (#7421)
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user