fix(Core/Spells): Implemented SPELL_ATTR0_CU_IGNORE_EVADE. (#10832)

Added channel beam at Razorgore pre-fight.
Fixed #10767
This commit is contained in:
UltraNix
2022-03-06 18:26:00 +01:00
committed by GitHub
parent dadbb829f1
commit a74e57fb22
5 changed files with 16 additions and 2 deletions

View File

@@ -3400,6 +3400,9 @@ void SpellMgr::LoadSpellInfoCustomAttributes()
case 44535: // Spirit Heal, abilities also have no cost
spellInfo->Effects[EFFECT_0].MiscValue = 127;
break;
case 45537: // Cosmetic - Lightning Beam Channel
spellInfo->AttributesCu |= SPELL_ATTR0_CU_IGNORE_EVADE;
break;
}
if (spellInfo->Speed > 0.0f)