Core/Spells: Implemented NoImmunity spell effect attribute

Port From (https://github.com/TrinityCore/TrinityCore/commit/e883b61094c3a5d2e80d2165e53921631e72e33e)
This commit is contained in:
hondacrx
2024-01-30 10:45:14 -05:00
parent 54244bb6cc
commit 774f211f7a
3 changed files with 13 additions and 7 deletions
+1 -1
View File
@@ -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*/