Core/Spells: Remove NYI labels from implemented spell effect attributes

This commit is contained in:
Shauren
2025-05-17 01:09:37 +02:00
parent ad9984b8a3
commit ab456bfd31

View File

@@ -2134,8 +2134,8 @@ enum class SpellEffectAttributes
AreaEffectsUseTargetRadius = 0x00020000, /*NYI*/
TeleportWithVehicle = 0x00040000, /*NYI*/
ScalePointsByChallengeModeDamageScaler = 0x00080000, /*NYI*/
DontFailSpellOnTargetingFailure = 0x00100000, /*NYI*/
IgnoreDuringCooldownTimeRateCalculation = 0x00800000, /*NYI*/
DontFailSpellOnTargetingFailure = 0x00100000,
IgnoreDuringCooldownTimeRateCalculation = 0x00800000,
DamageOnlyAbsorbShields = 0x04000000, /*NYI*/ // Effects with this attribute only reduce absorbs on targets hit without actually dealing damage
};