parent
dd291e0de6
commit
fb6d7af046
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ class spell_rog_blade_flurry : public SpellScriptLoader
|
|||
|
||||
bool CheckProc(ProcEventInfo& eventInfo)
|
||||
{
|
||||
Unit* _procTarget = eventInfo.GetActor()->SelectNearbyTarget(eventInfo.GetProcTarget());
|
||||
Unit* _procTarget = eventInfo.GetActor()->SelectNearbyNoTotemTarget(eventInfo.GetProcTarget());
|
||||
if (_procTarget)
|
||||
_procTargetGUID = _procTarget->GetGUID();
|
||||
return _procTarget;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue