mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
@@ -125,7 +125,7 @@ class spell_rog_blade_flurry : public SpellScriptLoader
|
|||||||
|
|
||||||
bool CheckProc(ProcEventInfo& eventInfo)
|
bool CheckProc(ProcEventInfo& eventInfo)
|
||||||
{
|
{
|
||||||
Unit* _procTarget = eventInfo.GetActor()->SelectNearbyTarget(eventInfo.GetProcTarget());
|
Unit* _procTarget = eventInfo.GetActor()->SelectNearbyNoTotemTarget(eventInfo.GetProcTarget());
|
||||||
if (_procTarget)
|
if (_procTarget)
|
||||||
_procTargetGUID = _procTarget->GetGUID();
|
_procTargetGUID = _procTarget->GetGUID();
|
||||||
return _procTarget;
|
return _procTarget;
|
||||||
|
|||||||
Reference in New Issue
Block a user