feat(Core/Spells): Implemented SPELLVALUE_AURA_DURATION. (#8690)

- Closes #8505
This commit is contained in:
UltraNix
2021-10-24 23:06:57 +02:00
committed by GitHub
parent 9c0894ab4a
commit 3cddfb84c1
3 changed files with 33 additions and 10 deletions

View File

@@ -214,6 +214,7 @@ struct SpellValue
uint32 MaxAffectedTargets;
float RadiusMod;
uint8 AuraStackAmount;
int32 AuraDuration;
bool ForcedCritResult;
};