mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08: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