mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 13:16:23 +00:00
fix(Core/Spells): Implemented SPELL_ATTR0_CU_IGNORE_EVADE. (#10832)
Added channel beam at Razorgore pre-fight. Fixed #10767
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user