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

@@ -184,7 +184,7 @@ enum SpellCustomAttributes
SPELL_ATTR0_CU_DIRECT_DAMAGE = 0x00000100,
SPELL_ATTR0_CU_CHARGE = 0x00000200,
SPELL_ATTR0_CU_PICKPOCKET = 0x00000400,
SPELL_ATTR0_CU_NONE4 = 0x00000800, // UNUSED
SPELL_ATTR0_CU_IGNORE_EVADE = 0x00000800,
SPELL_ATTR0_CU_NEGATIVE_EFF0 = 0x00001000,
SPELL_ATTR0_CU_NEGATIVE_EFF1 = 0x00002000,
SPELL_ATTR0_CU_NEGATIVE_EFF2 = 0x00004000,