fix(Core): Crash (#13106)
This commit is contained in:
parent
f61943b582
commit
d2610941bd
1 changed files with 3 additions and 0 deletions
|
|
@ -104,6 +104,9 @@ class spell_rog_blade_flurry : public AuraScript
|
|||
|
||||
bool CheckProc(ProcEventInfo& eventInfo)
|
||||
{
|
||||
if (!eventInfo.GetActor())
|
||||
return false;
|
||||
|
||||
Unit* _procTarget = eventInfo.GetActor()->SelectNearbyNoTotemTarget(eventInfo.GetProcTarget());
|
||||
if (_procTarget)
|
||||
_procTargetGUID = _procTarget->GetGUID();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue