mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-31 09:23:47 +00:00
2024-11-3
This commit is contained in:
@@ -48,5 +48,8 @@ float AttackFragmentMultiplier::GetValue(Action* action)
|
|||||||
if (fragment && dynamic_cast<BronjahmDpsPositionAction*>(action))
|
if (fragment && dynamic_cast<BronjahmDpsPositionAction*>(action))
|
||||||
return 0.0f;
|
return 0.0f;
|
||||||
|
|
||||||
|
if (fragment && dynamic_cast<DpsAssistAction*>(action))
|
||||||
|
return 0.0f;
|
||||||
|
|
||||||
return 1.0f;
|
return 1.0f;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user