mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 13:16:23 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user