feat(Core/Spells): Allow modifying MiscValues during cast (#20731)

This commit is contained in:
Andrew
2024-11-26 12:17:02 -03:00
committed by GitHub
parent e5b83b29de
commit 2649ca2d65
4 changed files with 22 additions and 1 deletions

View File

@@ -218,6 +218,7 @@ struct SpellValue
uint8 AuraStackAmount;
int32 AuraDuration;
bool ForcedCritResult;
uint32 MiscVal[MAX_SPELL_EFFECTS];
};
enum SpellState