Core/Auras: Convert most rules from Aura::CanBeSaved to a custom spell attribute

Port From (https://github.com/TrinityCore/TrinityCore/commit/b4aa698acb88e1a74bc22d97279148a567b88cad)
This commit is contained in:
hondacrx
2021-03-08 14:26:51 -05:00
parent c54c27f831
commit 5eea1fec98
4 changed files with 37 additions and 47 deletions
@@ -1996,10 +1996,11 @@ namespace Framework.Constants
ReqCasterBehindTarget = 0x20000,
AllowInflightTarget = 0x40000,
NeedsAmmoData = 0x80000,
BinarySpell = 0x00100000,
SchoolmaskNormalWithMagic = 0x00200000,
LiquidAura = 0x00400000,
IsTalent = 0x00800000
BinarySpell = 0x100000,
SchoolmaskNormalWithMagic = 0x200000,
LiquidAura = 0x400000,
IsTalent = 0x800000,
AuraCannotBeSaved = 0x1000000
}
#endregion