feat(Core/Spells): add helper to get clean and unmitigated damage for pro… (#7244)
This commit is contained in:
parent
5af98783c9
commit
3223f90bcb
12 changed files with 283 additions and 169 deletions
|
|
@ -414,7 +414,7 @@ public:
|
|||
|
||||
bool CheckProc(ProcEventInfo& eventInfo)
|
||||
{
|
||||
SpellInfo const* spellInfo = eventInfo.GetDamageInfo()->GetSpellInfo();
|
||||
SpellInfo const* spellInfo = eventInfo.GetSpellInfo();
|
||||
if (!spellInfo)
|
||||
return false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue