fix(Core/Spells): Fingers of Frost should always proc alongside with … (#13008)

...Frostbite.
This commit is contained in:
UltraNix
2022-09-19 05:52:37 +02:00
committed by GitHub
parent 557f6ba6aa
commit f658c8ea0c
3 changed files with 26 additions and 3 deletions

View File

@@ -741,7 +741,7 @@ public:
{
SpellInfo const* triggeredSpell;
SpellInfo const* triggeredByAura;
// uint8 triggeredByEffIdx This might be needed at a later stage - No need known for now
uint8 triggeredByEffIdx;
int32 chance;
};