mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
Core/Spells: Remove NYI labels from implemented spell effect attributes
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user