Core/Auras: Implemented SPELL_AURA_ADD_PCT_MODIFIER_BY_SPELL_LABEL and SPELL_AURA_ADD_FLAT_MODIFIER_BY_SPELL_LABEL

Port From (https://github.com/TrinityCore/TrinityCore/commit/ba4fa060d765a35507f1a73287504c3f2e440fdb)
This commit is contained in:
hondacrx
2021-10-17 09:11:00 -04:00
parent 68c4407840
commit 0b64c4a02e
8 changed files with 517 additions and 360 deletions
@@ -239,8 +239,8 @@ namespace Framework.Constants
ArenaPreparation = 215,
HasteSpells = 216,
ModMeleeHaste2 = 217,
AddPctModifierBySpellLabel = 218, //NYI
AddFlatModifierBySpellLabel = 219, //NYI
AddPctModifierBySpellLabel = 218,
AddFlatModifierBySpellLabel = 219,
ModAbilitySchoolMask = 220, //NYI
ModDetaunt = 221,
RemoveTransmogCost = 222,