mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-21 18:40:01 +01:00
2024-11-3
This commit is contained in:
parent
16e2cac60d
commit
f1cb2b070e
@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user