Core/Spells: Implemented NoImmunity spell effect attribute
Port From (https://github.com/TrinityCore/TrinityCore/commit/e883b61094c3a5d2e80d2165e53921631e72e33e)
This commit is contained in:
@@ -1973,7 +1973,7 @@ namespace Framework.Constants
|
||||
public enum SpellEffectAttributes
|
||||
{
|
||||
None = 0,
|
||||
NoImmunity = 0x01, /*NYI*/ // not cancelled by immunities
|
||||
NoImmunity = 0x01, // not cancelled by immunities
|
||||
PositionIsFacingRelative = 0x02, /*NYI*/
|
||||
JumpChargeUnitMeleeRange = 0x04, /*NYI*/
|
||||
JumpChargeUnitStrictPathCheck = 0x08, /*NYI*/
|
||||
|
||||
Reference in New Issue
Block a user