fix(DB/SAI): BWL Grethok arcane missiles & immunity flags (#9985)

* prevent interupt & cc

* let the world know the duration index meaning

* make Grethok use correct arcane missiles spell
This commit is contained in:
Noxies
2022-01-03 18:43:23 +01:00
committed by GitHub
parent 7ae83964dd
commit 67f8688460
2 changed files with 11 additions and 2 deletions

View File

@@ -5543,7 +5543,7 @@ void SpellMgr::LoadDbcDataCorrections()
ApplySpellFix({ 17731, 69294 }, [](SpellEntry* spellInfo)
{
spellInfo->Effect[1] = SPELL_EFFECT_DUMMY;
spellInfo->CastingTimeIndex = 3;
spellInfo->CastingTimeIndex = 3; // 500ms
spellInfo->EffectRadiusIndex[1] = 19; // 18yd instead of 13yd to make sure all cracks erupt
});
@@ -7427,7 +7427,7 @@ void SpellMgr::LoadDbcDataCorrections()
// Shadow Hunter Vosh'gajin - Hex
ApplySpellFix({ 16097 }, [](SpellEntry* spellInfo)
{
spellInfo->CastingTimeIndex = 16;
spellInfo->CastingTimeIndex = 16; // 1500ms
});
// Sacred Cleansing